Shades of Pohutukawa #5F021C
Tints of Pohutukawa #5F021C
RGB
CMYK
RGB Variations
Color information
#5F021C (or 0x5F021C) is known color: Pohutukawa. HEX triplet: 5F, 02 and 1C. RGB value is (95,2,28). Sum of RGB (Red+Green+Blue) = 95+2+28=125 (16% of max value = 765). Red value is 95 (37.5% from 255 or 76% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 95 - color contains mainly: red. Hex color #5F021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F021C is #A0FDE3. Grayscale: #202020. Windows color (decimal): -10550756 or 1835615. OLE color: 1835615.
HSL color Cylindrical-coordinate representation of color #5F021C: hue angle of 343.23º 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 #5F021C is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 2 | 28 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.63 |
| HSL | 343.23º | 0.96% | 0.19% | - |
| HSV(B) | 343.23º | 0.98% | 0.37% | - |
| XYZ | 4.95 | 2.56 | 1.33 | - |
| YUV | 32.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 28 | 0 | 0.98 | 0.71 | 0.63 | 343.23 | 0.96 | 0.19 |
| Hex | 5F | 2 | 1C | 0 | 62 | 47 | 3F | 157 | 60 | 13 |
| Octal | 137 | 2 | 34 | 0 | 142 | 107 | 77 | 527 | 140 | 23 |
| Binary | 1011111 | 10 | 11100 | 0 | 1100010 | 1000111 | 111111 | 101010111 | 1100000 | 10011 |
Color Harmonies of #5F021C
Complementary color
Monochromatic Colors of #5F021C
Black with #5F021C
Text Example
Text Example
White with #5F021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F021C; }
p { color: rgb(95,2,28); }
H1.HeaderClassName
{
color: #5F021C;
}
.AnyTagClassName
{
color: #5F021C;
}
</style>
background-color css
<style>
a { background-color: #5F021C; }
a { background-color: rgb(95,2,28); }
div.DivClassName
{
background-color: #5F021C;
}
.BgClassName
{
background-color: #5F021C;
}
</style>
border-color css
<style>
span { border-color: #5F021C; }
span { border-color: rgb(95,2,28); }
td.TdClassName
{
border-color: #5F021C;
}
.TagClassName
{
border-color: #5F021C;
}
</style>