Shades of Pohutukawa #5F021A
Tints of Pohutukawa #5F021A
RGB
CMYK
RGB Variations
Color information
#5F021A (or 0x5F021A) is known color: Pohutukawa. HEX triplet: 5F, 02 and 1A. RGB value is (95,2,26). Sum of RGB (Red+Green+Blue) = 95+2+26=123 (16% of max value = 765). Red value is 95 (37.5% from 255 or 77.24% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 95 - color contains mainly: red. Hex color #5F021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F021A is #A0FDE5. Grayscale: #202020. Windows color (decimal): -10550758 or 1704543. OLE color: 1704543.
HSL color Cylindrical-coordinate representation of color #5F021A: hue angle of 344.52º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F021A is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 2 | 26 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.63 |
| HSL | 344.52º | 0.96% | 0.19% | - |
| HSV(B) | 344.52º | 0.98% | 0.37% | - |
| XYZ | 4.93 | 2.55 | 1.21 | - |
| YUV | 32.54 | 124.31 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 26 | 0 | 0.98 | 0.73 | 0.63 | 344.52 | 0.96 | 0.19 |
| Hex | 5F | 2 | 1A | 0 | 62 | 49 | 3F | 159 | 60 | 13 |
| Octal | 137 | 2 | 32 | 0 | 142 | 111 | 77 | 531 | 140 | 23 |
| Binary | 1011111 | 10 | 11010 | 0 | 1100010 | 1001001 | 111111 | 101011001 | 1100000 | 10011 |
Color Harmonies of #5F021A
Complementary color
Monochromatic Colors of #5F021A
Black with #5F021A
Text Example
Text Example
White with #5F021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F021A; }
p { color: rgb(95,2,26); }
H1.HeaderClassName
{
color: #5F021A;
}
.AnyTagClassName
{
color: #5F021A;
}
</style>
background-color css
<style>
a { background-color: #5F021A; }
a { background-color: rgb(95,2,26); }
div.DivClassName
{
background-color: #5F021A;
}
.BgClassName
{
background-color: #5F021A;
}
</style>
border-color css
<style>
span { border-color: #5F021A; }
span { border-color: rgb(95,2,26); }
td.TdClassName
{
border-color: #5F021A;
}
.TagClassName
{
border-color: #5F021A;
}
</style>