Shades of Pohutukawa #5F0619
Tints of Pohutukawa #5F0619
RGB
CMYK
RGB Variations
Color information
#5F0619 (or 0x5F0619) is known color: Pohutukawa. HEX triplet: 5F, 06 and 19. RGB value is (95,6,25). Sum of RGB (Red+Green+Blue) = 95+6+25=126 (16% of max value = 765). Red value is 95 (37.5% from 255 or 75.40% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0619 is #A0F9E6. Grayscale: #222222. Windows color (decimal): -10549735 or 1640031. OLE color: 1640031.
HSL color Cylindrical-coordinate representation of color #5F0619: hue angle of 347.19º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0619 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 6 | 25 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.63 |
| HSL | 347.19º | 0.88% | 0.2% | - |
| HSV(B) | 347.19º | 0.94% | 0.37% | - |
| XYZ | 4.96 | 2.63 | 1.17 | - |
| YUV | 34.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 6 | 25 | 0 | 0.94 | 0.74 | 0.63 | 347.19 | 0.88 | 0.2 |
| Hex | 5F | 6 | 19 | 0 | 5E | 4A | 3F | 15B | 58 | 14 |
| Octal | 137 | 6 | 31 | 0 | 136 | 112 | 77 | 533 | 130 | 24 |
| Binary | 1011111 | 110 | 11001 | 0 | 1011110 | 1001010 | 111111 | 101011011 | 1011000 | 10100 |
Color Harmonies of #5F0619
Complementary color
Monochromatic Colors of #5F0619
Black with #5F0619
Text Example
Text Example
White with #5F0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0619; }
p { color: rgb(95,6,25); }
H1.HeaderClassName
{
color: #5F0619;
}
.AnyTagClassName
{
color: #5F0619;
}
</style>
background-color css
<style>
a { background-color: #5F0619; }
a { background-color: rgb(95,6,25); }
div.DivClassName
{
background-color: #5F0619;
}
.BgClassName
{
background-color: #5F0619;
}
</style>
border-color css
<style>
span { border-color: #5F0619; }
span { border-color: rgb(95,6,25); }
td.TdClassName
{
border-color: #5F0619;
}
.TagClassName
{
border-color: #5F0619;
}
</style>