Shades of Pohutukawa #5B0519
Tints of Pohutukawa #5B0519
RGB
CMYK
RGB Variations
Color information
#5B0519 (or 0x5B0519) is known color: Pohutukawa. HEX triplet: 5B, 05 and 19. RGB value is (91,5,25). Sum of RGB (Red+Green+Blue) = 91+5+25=121 (16% of max value = 765). Red value is 91 (35.94% from 255 or 75.21% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0519 is #A4FAE6. Grayscale: #212121. Windows color (decimal): -10812135 or 1639771. OLE color: 1639771.
HSL color Cylindrical-coordinate representation of color #5B0519: hue angle of 346.05º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0519 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 5 | 25 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.64 |
| HSL | 346.05º | 0.9% | 0.19% | - |
| HSV(B) | 346.05º | 0.95% | 0.36% | - |
| XYZ | 4.54 | 2.4 | 1.14 | - |
| YUV | 32.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 25 | 0 | 0.95 | 0.73 | 0.64 | 346.05 | 0.9 | 0.19 |
| Hex | 5B | 5 | 19 | 0 | 5F | 49 | 40 | 15A | 5A | 13 |
| Octal | 133 | 5 | 31 | 0 | 137 | 111 | 100 | 532 | 132 | 23 |
| Binary | 1011011 | 101 | 11001 | 0 | 1011111 | 1001001 | 1000000 | 101011010 | 1011010 | 10011 |
Color Harmonies of #5B0519
Complementary color
Monochromatic Colors of #5B0519
Black with #5B0519
Text Example
Text Example
White with #5B0519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0519; }
p { color: rgb(91,5,25); }
H1.HeaderClassName
{
color: #5B0519;
}
.AnyTagClassName
{
color: #5B0519;
}
</style>
background-color css
<style>
a { background-color: #5B0519; }
a { background-color: rgb(91,5,25); }
div.DivClassName
{
background-color: #5B0519;
}
.BgClassName
{
background-color: #5B0519;
}
</style>
border-color css
<style>
span { border-color: #5B0519; }
span { border-color: rgb(91,5,25); }
td.TdClassName
{
border-color: #5B0519;
}
.TagClassName
{
border-color: #5B0519;
}
</style>