Shades of Pohutukawa #5F0824
Tints of Pohutukawa #5F0824
RGB
CMYK
RGB Variations
Color information
#5F0824 (or 0x5F0824) is known color: Pohutukawa. HEX triplet: 5F, 08 and 24. RGB value is (95,8,36). Sum of RGB (Red+Green+Blue) = 95+8+36=139 (18% of max value = 765). Red value is 95 (37.5% from 255 or 68.35% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0824 is #A0F7DB. Grayscale: #252525. Windows color (decimal): -10549212 or 2361439. OLE color: 2361439.
HSL color Cylindrical-coordinate representation of color #5F0824: hue angle of 340.69º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F0824 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 8 | 36 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.63 |
| HSL | 340.69º | 0.84% | 0.2% | - |
| HSV(B) | 340.69º | 0.92% | 0.37% | - |
| XYZ | 5.12 | 2.73 | 1.93 | - |
| YUV | 37.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 36 | 0 | 0.92 | 0.62 | 0.63 | 340.69 | 0.84 | 0.2 |
| Hex | 5F | 8 | 24 | 0 | 5C | 3E | 3F | 155 | 54 | 14 |
| Octal | 137 | 10 | 44 | 0 | 134 | 76 | 77 | 525 | 124 | 24 |
| Binary | 1011111 | 1000 | 100100 | 0 | 1011100 | 111110 | 111111 | 101010101 | 1010100 | 10100 |
Color Harmonies of #5F0824
Complementary color
Monochromatic Colors of #5F0824
Black with #5F0824
Text Example
Text Example
White with #5F0824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0824; }
p { color: rgb(95,8,36); }
H1.HeaderClassName
{
color: #5F0824;
}
.AnyTagClassName
{
color: #5F0824;
}
</style>
background-color css
<style>
a { background-color: #5F0824; }
a { background-color: rgb(95,8,36); }
div.DivClassName
{
background-color: #5F0824;
}
.BgClassName
{
background-color: #5F0824;
}
</style>
border-color css
<style>
span { border-color: #5F0824; }
span { border-color: rgb(95,8,36); }
td.TdClassName
{
border-color: #5F0824;
}
.TagClassName
{
border-color: #5F0824;
}
</style>