Shades of Pohutukawa #5B0D19
Tints of Pohutukawa #5B0D19
RGB
CMYK
RGB Variations
Color information
#5B0D19 (or 0x5B0D19) is known color: Pohutukawa. HEX triplet: 5B, 0D and 19. RGB value is (91,13,25). Sum of RGB (Red+Green+Blue) = 91+13+25=129 (17% of max value = 765). Red value is 91 (35.94% from 255 or 70.54% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0D19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0D19 is #A4F2E6. Grayscale: #252525. Windows color (decimal): -10810087 or 1641819. OLE color: 1641819.
HSL color Cylindrical-coordinate representation of color #5B0D19: hue angle of 350.77º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B0D19 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 13 | 25 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.64 |
| HSL | 350.77º | 0.75% | 0.2% | - |
| HSV(B) | 350.77º | 0.86% | 0.36% | - |
| XYZ | 4.63 | 2.58 | 1.17 | - |
| YUV | 37.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 13 | 25 | 0 | 0.86 | 0.73 | 0.64 | 350.77 | 0.75 | 0.2 |
| Hex | 5B | D | 19 | 0 | 56 | 49 | 40 | 15F | 4B | 14 |
| Octal | 133 | 15 | 31 | 0 | 126 | 111 | 100 | 537 | 113 | 24 |
| Binary | 1011011 | 1101 | 11001 | 0 | 1010110 | 1001001 | 1000000 | 101011111 | 1001011 | 10100 |
Color Harmonies of #5B0D19
Complementary color
Monochromatic Colors of #5B0D19
Black with #5B0D19
Text Example
Text Example
White with #5B0D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0D19; }
p { color: rgb(91,13,25); }
H1.HeaderClassName
{
color: #5B0D19;
}
.AnyTagClassName
{
color: #5B0D19;
}
</style>
background-color css
<style>
a { background-color: #5B0D19; }
a { background-color: rgb(91,13,25); }
div.DivClassName
{
background-color: #5B0D19;
}
.BgClassName
{
background-color: #5B0D19;
}
</style>
border-color css
<style>
span { border-color: #5B0D19; }
span { border-color: rgb(91,13,25); }
td.TdClassName
{
border-color: #5B0D19;
}
.TagClassName
{
border-color: #5B0D19;
}
</style>