Shades of Pohutukawa #5F0924
Tints of Pohutukawa #5F0924
RGB
CMYK
RGB Variations
Color information
#5F0924 (or 0x5F0924) is known color: Pohutukawa. HEX triplet: 5F, 09 and 24. RGB value is (95,9,36). Sum of RGB (Red+Green+Blue) = 95+9+36=140 (18% of max value = 765). Red value is 95 (37.5% from 255 or 67.86% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0924 is #A0F6DB. Grayscale: #252525. Windows color (decimal): -10548956 or 2361695. OLE color: 2361695.
HSL color Cylindrical-coordinate representation of color #5F0924: hue angle of 341.16º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F0924 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 9 | 36 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.63 |
| HSL | 341.16º | 0.83% | 0.2% | - |
| HSV(B) | 341.16º | 0.91% | 0.37% | - |
| XYZ | 5.14 | 2.76 | 1.93 | - |
| YUV | 37.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 9 | 36 | 0 | 0.91 | 0.62 | 0.63 | 341.16 | 0.83 | 0.2 |
| Hex | 5F | 9 | 24 | 0 | 5B | 3E | 3F | 155 | 53 | 14 |
| Octal | 137 | 11 | 44 | 0 | 133 | 76 | 77 | 525 | 123 | 24 |
| Binary | 1011111 | 1001 | 100100 | 0 | 1011011 | 111110 | 111111 | 101010101 | 1010011 | 10100 |
Color Harmonies of #5F0924
Complementary color
Monochromatic Colors of #5F0924
Black with #5F0924
Text Example
Text Example
White with #5F0924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0924; }
p { color: rgb(95,9,36); }
H1.HeaderClassName
{
color: #5F0924;
}
.AnyTagClassName
{
color: #5F0924;
}
</style>
background-color css
<style>
a { background-color: #5F0924; }
a { background-color: rgb(95,9,36); }
div.DivClassName
{
background-color: #5F0924;
}
.BgClassName
{
background-color: #5F0924;
}
</style>
border-color css
<style>
span { border-color: #5F0924; }
span { border-color: rgb(95,9,36); }
td.TdClassName
{
border-color: #5F0924;
}
.TagClassName
{
border-color: #5F0924;
}
</style>