Shades of Pohutukawa #5F1224
Tints of Pohutukawa #5F1224
RGB
CMYK
RGB Variations
Color information
#5F1224 (or 0x5F1224) is known color: Pohutukawa. HEX triplet: 5F, 12 and 24. RGB value is (95,18,36). Sum of RGB (Red+Green+Blue) = 95+18+36=149 (19% of max value = 765). Red value is 95 (37.5% from 255 or 63.76% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1224 is #A0EDDB. Grayscale: #2B2B2B. Windows color (decimal): -10546652 or 2363999. OLE color: 2363999.
HSL color Cylindrical-coordinate representation of color #5F1224: hue angle of 345.97º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F1224 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 18 | 36 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.63 |
| HSL | 345.97º | 0.68% | 0.22% | - |
| HSV(B) | 345.97º | 0.81% | 0.37% | - |
| XYZ | 5.25 | 2.99 | 1.97 | - |
| YUV | 43.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 18 | 36 | 0 | 0.81 | 0.62 | 0.63 | 345.97 | 0.68 | 0.22 |
| Hex | 5F | 12 | 24 | 0 | 51 | 3E | 3F | 15A | 44 | 16 |
| Octal | 137 | 22 | 44 | 0 | 121 | 76 | 77 | 532 | 104 | 26 |
| Binary | 1011111 | 10010 | 100100 | 0 | 1010001 | 111110 | 111111 | 101011010 | 1000100 | 10110 |
Color Harmonies of #5F1224
Complementary color
Monochromatic Colors of #5F1224
Black with #5F1224
Text Example
Text Example
White with #5F1224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1224; }
p { color: rgb(95,18,36); }
H1.HeaderClassName
{
color: #5F1224;
}
.AnyTagClassName
{
color: #5F1224;
}
</style>
background-color css
<style>
a { background-color: #5F1224; }
a { background-color: rgb(95,18,36); }
div.DivClassName
{
background-color: #5F1224;
}
.BgClassName
{
background-color: #5F1224;
}
</style>
border-color css
<style>
span { border-color: #5F1224; }
span { border-color: rgb(95,18,36); }
td.TdClassName
{
border-color: #5F1224;
}
.TagClassName
{
border-color: #5F1224;
}
</style>