Shades of Pohutukawa #5F0213
Tints of Pohutukawa #5F0213
RGB
CMYK
RGB Variations
Color information
#5F0213 (or 0x5F0213) is known color: Pohutukawa. HEX triplet: 5F, 02 and 13. RGB value is (95,2,19). Sum of RGB (Red+Green+Blue) = 95+2+19=116 (15% of max value = 765). Red value is 95 (37.5% from 255 or 81.90% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0213 is #A0FDEC. Grayscale: #1F1F1F. Windows color (decimal): -10550765 or 1245791. OLE color: 1245791.
HSL color Cylindrical-coordinate representation of color #5F0213: hue angle of 349.03º 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 #5F0213 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 2 | 19 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.63 |
| HSL | 349.03º | 0.96% | 0.19% | - |
| HSV(B) | 349.03º | 0.98% | 0.37% | - |
| XYZ | 4.86 | 2.52 | 0.85 | - |
| YUV | 31.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 19 | 0 | 0.98 | 0.80 | 0.63 | 349.03 | 0.96 | 0.19 |
| Hex | 5F | 2 | 13 | 0 | 62 | 50 | 3F | 15D | 60 | 13 |
| Octal | 137 | 2 | 23 | 0 | 142 | 120 | 77 | 535 | 140 | 23 |
| Binary | 1011111 | 10 | 10011 | 0 | 1100010 | 1010000 | 111111 | 101011101 | 1100000 | 10011 |
Color Harmonies of #5F0213
Complementary color
Monochromatic Colors of #5F0213
Black with #5F0213
Text Example
Text Example
White with #5F0213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0213; }
p { color: rgb(95,2,19); }
H1.HeaderClassName
{
color: #5F0213;
}
.AnyTagClassName
{
color: #5F0213;
}
</style>
background-color css
<style>
a { background-color: #5F0213; }
a { background-color: rgb(95,2,19); }
div.DivClassName
{
background-color: #5F0213;
}
.BgClassName
{
background-color: #5F0213;
}
</style>
border-color css
<style>
span { border-color: #5F0213; }
span { border-color: rgb(95,2,19); }
td.TdClassName
{
border-color: #5F0213;
}
.TagClassName
{
border-color: #5F0213;
}
</style>