Shades of Pohutukawa #5B172B
Tints of Pohutukawa #5B172B
RGB
CMYK
RGB Variations
Color information
#5B172B (or 0x5B172B) is known color: Pohutukawa. HEX triplet: 5B, 17 and 2B. RGB value is (91,23,43). Sum of RGB (Red+Green+Blue) = 91+23+43=157 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.96% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 91 - color contains mainly: red. Hex color #5B172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B172B is #A4E8D4. Grayscale: #2D2D2D. Windows color (decimal): -10807509 or 2824027. OLE color: 2824027.
HSL color Cylindrical-coordinate representation of color #5B172B: hue angle of 342.35º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B172B is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 23 | 43 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.64 |
| HSL | 342.35º | 0.6% | 0.22% | - |
| HSV(B) | 342.35º | 0.75% | 0.36% | - |
| XYZ | 5.06 | 3.01 | 2.6 | - |
| YUV | 45.61 | 126.53 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 23 | 43 | 0 | 0.75 | 0.53 | 0.64 | 342.35 | 0.6 | 0.22 |
| Hex | 5B | 17 | 2B | 0 | 4B | 35 | 40 | 156 | 3C | 16 |
| Octal | 133 | 27 | 53 | 0 | 113 | 65 | 100 | 526 | 74 | 26 |
| Binary | 1011011 | 10111 | 101011 | 0 | 1001011 | 110101 | 1000000 | 101010110 | 111100 | 10110 |
Color Harmonies of #5B172B
Complementary color
Monochromatic Colors of #5B172B
Black with #5B172B
Text Example
Text Example
White with #5B172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B172B; }
p { color: rgb(91,23,43); }
H1.HeaderClassName
{
color: #5B172B;
}
.AnyTagClassName
{
color: #5B172B;
}
</style>
background-color css
<style>
a { background-color: #5B172B; }
a { background-color: rgb(91,23,43); }
div.DivClassName
{
background-color: #5B172B;
}
.BgClassName
{
background-color: #5B172B;
}
</style>
border-color css
<style>
span { border-color: #5B172B; }
span { border-color: rgb(91,23,43); }
td.TdClassName
{
border-color: #5B172B;
}
.TagClassName
{
border-color: #5B172B;
}
</style>