Shades of Pohutukawa #5F040F
Tints of Pohutukawa #5F040F
RGB
CMYK
RGB Variations
Color information
#5F040F (or 0x5F040F) is known color: Pohutukawa. HEX triplet: 5F, 04 and 0F. RGB value is (95,4,15). Sum of RGB (Red+Green+Blue) = 95+4+15=114 (15% of max value = 765). Red value is 95 (37.5% from 255 or 83.33% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 95 - color contains mainly: red. Hex color #5F040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F040F is #A0FBF0. Grayscale: #202020. Windows color (decimal): -10550257 or 984159. OLE color: 984159.
HSL color Cylindrical-coordinate representation of color #5F040F: hue angle of 352.75º 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 #5F040F is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 4 | 15 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.63 |
| HSL | 352.75º | 0.92% | 0.19% | - |
| HSV(B) | 352.75º | 0.96% | 0.37% | - |
| XYZ | 4.85 | 2.55 | 0.69 | - |
| YUV | 32.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 4 | 15 | 0 | 0.96 | 0.84 | 0.63 | 352.75 | 0.92 | 0.19 |
| Hex | 5F | 4 | F | 0 | 60 | 54 | 3F | 161 | 5C | 13 |
| Octal | 137 | 4 | 17 | 0 | 140 | 124 | 77 | 541 | 134 | 23 |
| Binary | 1011111 | 100 | 1111 | 0 | 1100000 | 1010100 | 111111 | 101100001 | 1011100 | 10011 |
Color Harmonies of #5F040F
Complementary color
Monochromatic Colors of #5F040F
Black with #5F040F
Text Example
Text Example
White with #5F040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F040F; }
p { color: rgb(95,4,15); }
H1.HeaderClassName
{
color: #5F040F;
}
.AnyTagClassName
{
color: #5F040F;
}
</style>
background-color css
<style>
a { background-color: #5F040F; }
a { background-color: rgb(95,4,15); }
div.DivClassName
{
background-color: #5F040F;
}
.BgClassName
{
background-color: #5F040F;
}
</style>
border-color css
<style>
span { border-color: #5F040F; }
span { border-color: rgb(95,4,15); }
td.TdClassName
{
border-color: #5F040F;
}
.TagClassName
{
border-color: #5F040F;
}
</style>