Shades of Pohutukawa #5F1824
Tints of Pohutukawa #5F1824
RGB
CMYK
RGB Variations
Color information
#5F1824 (or 0x5F1824) is known color: Pohutukawa. HEX triplet: 5F, 18 and 24. RGB value is (95,24,36). Sum of RGB (Red+Green+Blue) = 95+24+36=155 (20% of max value = 765). Red value is 95 (37.5% from 255 or 61.29% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1824 is #A0E7DB. Grayscale: #2E2E2E. Windows color (decimal): -10545116 or 2365535. OLE color: 2365535.
HSL color Cylindrical-coordinate representation of color #5F1824: hue angle of 349.86º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F1824 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 24 | 36 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.63 |
| HSL | 349.86º | 0.6% | 0.23% | - |
| HSV(B) | 349.86º | 0.75% | 0.37% | - |
| XYZ | 5.36 | 3.21 | 2.01 | - |
| YUV | 46.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 24 | 36 | 0 | 0.75 | 0.62 | 0.63 | 349.86 | 0.6 | 0.23 |
| Hex | 5F | 18 | 24 | 0 | 4B | 3E | 3F | 15E | 3C | 17 |
| Octal | 137 | 30 | 44 | 0 | 113 | 76 | 77 | 536 | 74 | 27 |
| Binary | 1011111 | 11000 | 100100 | 0 | 1001011 | 111110 | 111111 | 101011110 | 111100 | 10111 |
Color Harmonies of #5F1824
Complementary color
Monochromatic Colors of #5F1824
Black with #5F1824
Text Example
Text Example
White with #5F1824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1824; }
p { color: rgb(95,24,36); }
H1.HeaderClassName
{
color: #5F1824;
}
.AnyTagClassName
{
color: #5F1824;
}
</style>
background-color css
<style>
a { background-color: #5F1824; }
a { background-color: rgb(95,24,36); }
div.DivClassName
{
background-color: #5F1824;
}
.BgClassName
{
background-color: #5F1824;
}
</style>
border-color css
<style>
span { border-color: #5F1824; }
span { border-color: rgb(95,24,36); }
td.TdClassName
{
border-color: #5F1824;
}
.TagClassName
{
border-color: #5F1824;
}
</style>