Shades of Pohutukawa #5F1420
Tints of Pohutukawa #5F1420
RGB
CMYK
RGB Variations
Color information
#5F1420 (or 0x5F1420) is known color: Pohutukawa. HEX triplet: 5F, 14 and 20. RGB value is (95,20,32). Sum of RGB (Red+Green+Blue) = 95+20+32=147 (19% of max value = 765). Red value is 95 (37.5% from 255 or 64.63% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1420 is #A0EBDF. Grayscale: #2B2B2B. Windows color (decimal): -10546144 or 2102367. OLE color: 2102367.
HSL color Cylindrical-coordinate representation of color #5F1420: hue angle of 350.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F1420 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 20 | 32 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.63 |
| HSL | 350.4º | 0.65% | 0.23% | - |
| HSV(B) | 350.4º | 0.79% | 0.37% | - |
| XYZ | 5.23 | 3.04 | 1.68 | - |
| YUV | 43.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 20 | 32 | 0 | 0.79 | 0.66 | 0.63 | 350.4 | 0.65 | 0.23 |
| Hex | 5F | 14 | 20 | 0 | 4F | 42 | 3F | 15E | 41 | 17 |
| Octal | 137 | 24 | 40 | 0 | 117 | 102 | 77 | 536 | 101 | 27 |
| Binary | 1011111 | 10100 | 100000 | 0 | 1001111 | 1000010 | 111111 | 101011110 | 1000001 | 10111 |
Color Harmonies of #5F1420
Complementary color
Monochromatic Colors of #5F1420
Black with #5F1420
Text Example
Text Example
White with #5F1420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1420; }
p { color: rgb(95,20,32); }
H1.HeaderClassName
{
color: #5F1420;
}
.AnyTagClassName
{
color: #5F1420;
}
</style>
background-color css
<style>
a { background-color: #5F1420; }
a { background-color: rgb(95,20,32); }
div.DivClassName
{
background-color: #5F1420;
}
.BgClassName
{
background-color: #5F1420;
}
</style>
border-color css
<style>
span { border-color: #5F1420; }
span { border-color: rgb(95,20,32); }
td.TdClassName
{
border-color: #5F1420;
}
.TagClassName
{
border-color: #5F1420;
}
</style>