Shades of Pohutukawa #5F0719
Tints of Pohutukawa #5F0719
RGB
CMYK
RGB Variations
Color information
#5F0719 (or 0x5F0719) is known color: Pohutukawa. HEX triplet: 5F, 07 and 19. RGB value is (95,7,25). Sum of RGB (Red+Green+Blue) = 95+7+25=127 (16% of max value = 765). Red value is 95 (37.5% from 255 or 74.80% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0719 is #A0F8E6. Grayscale: #232323. Windows color (decimal): -10549479 or 1640287. OLE color: 1640287.
HSL color Cylindrical-coordinate representation of color #5F0719: hue angle of 347.73º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F0719 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 7 | 25 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.63 |
| HSL | 347.73º | 0.86% | 0.2% | - |
| HSV(B) | 347.73º | 0.93% | 0.37% | - |
| XYZ | 4.97 | 2.66 | 1.17 | - |
| YUV | 35.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 7 | 25 | 0 | 0.93 | 0.74 | 0.63 | 347.73 | 0.86 | 0.2 |
| Hex | 5F | 7 | 19 | 0 | 5D | 4A | 3F | 15C | 56 | 14 |
| Octal | 137 | 7 | 31 | 0 | 135 | 112 | 77 | 534 | 126 | 24 |
| Binary | 1011111 | 111 | 11001 | 0 | 1011101 | 1001010 | 111111 | 101011100 | 1010110 | 10100 |
Color Harmonies of #5F0719
Complementary color
Monochromatic Colors of #5F0719
Black with #5F0719
Text Example
Text Example
White with #5F0719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0719; }
p { color: rgb(95,7,25); }
H1.HeaderClassName
{
color: #5F0719;
}
.AnyTagClassName
{
color: #5F0719;
}
</style>
background-color css
<style>
a { background-color: #5F0719; }
a { background-color: rgb(95,7,25); }
div.DivClassName
{
background-color: #5F0719;
}
.BgClassName
{
background-color: #5F0719;
}
</style>
border-color css
<style>
span { border-color: #5F0719; }
span { border-color: rgb(95,7,25); }
td.TdClassName
{
border-color: #5F0719;
}
.TagClassName
{
border-color: #5F0719;
}
</style>