Shades of Pohutukawa #5F040A
Tints of Pohutukawa #5F040A
RGB
CMYK
RGB Variations
Color information
#5F040A (or 0x5F040A) is known color: Pohutukawa. HEX triplet: 5F, 04 and 0A. RGB value is (95,4,10). Sum of RGB (Red+Green+Blue) = 95+4+10=109 (14% of max value = 765). Red value is 95 (37.5% from 255 or 87.16% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 95 - color contains mainly: red. Hex color #5F040A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F040A is #A0FBF5. Grayscale: #1F1F1F. Windows color (decimal): -10550262 or 656479. OLE color: 656479.
HSL color Cylindrical-coordinate representation of color #5F040A: hue angle of 356.04º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F040A is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 4 | 10 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.63 |
| HSL | 356.04º | 0.92% | 0.19% | - |
| HSV(B) | 356.04º | 0.96% | 0.37% | - |
| XYZ | 4.82 | 2.54 | 0.52 | - |
| YUV | 31.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 4 | 10 | 0 | 0.96 | 0.89 | 0.63 | 356.04 | 0.92 | 0.19 |
| Hex | 5F | 4 | A | 0 | 60 | 59 | 3F | 164 | 5C | 13 |
| Octal | 137 | 4 | 12 | 0 | 140 | 131 | 77 | 544 | 134 | 23 |
| Binary | 1011111 | 100 | 1010 | 0 | 1100000 | 1011001 | 111111 | 101100100 | 1011100 | 10011 |
Color Harmonies of #5F040A
Complementary color
Monochromatic Colors of #5F040A
Black with #5F040A
Text Example
Text Example
White with #5F040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F040A; }
p { color: rgb(95,4,10); }
H1.HeaderClassName
{
color: #5F040A;
}
.AnyTagClassName
{
color: #5F040A;
}
</style>
background-color css
<style>
a { background-color: #5F040A; }
a { background-color: rgb(95,4,10); }
div.DivClassName
{
background-color: #5F040A;
}
.BgClassName
{
background-color: #5F040A;
}
</style>
border-color css
<style>
span { border-color: #5F040A; }
span { border-color: rgb(95,4,10); }
td.TdClassName
{
border-color: #5F040A;
}
.TagClassName
{
border-color: #5F040A;
}
</style>