Shades of Pohutukawa #5F0222
Tints of Pohutukawa #5F0222
RGB
CMYK
RGB Variations
Color information
#5F0222 (or 0x5F0222) is known color: Pohutukawa. HEX triplet: 5F, 02 and 22. RGB value is (95,2,34). Sum of RGB (Red+Green+Blue) = 95+2+34=131 (17% of max value = 765). Red value is 95 (37.5% from 255 or 72.52% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0222 is #A0FDDD. Grayscale: #212121. Windows color (decimal): -10550750 or 2228831. OLE color: 2228831.
HSL color Cylindrical-coordinate representation of color #5F0222: hue angle of 339.35º 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 #5F0222 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 2 | 34 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.63 |
| HSL | 339.35º | 0.96% | 0.19% | - |
| HSV(B) | 339.35º | 0.98% | 0.37% | - |
| XYZ | 5.03 | 2.59 | 1.75 | - |
| YUV | 33.46 | 128.31 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 34 | 0 | 0.98 | 0.64 | 0.63 | 339.35 | 0.96 | 0.19 |
| Hex | 5F | 2 | 22 | 0 | 62 | 40 | 3F | 153 | 60 | 13 |
| Octal | 137 | 2 | 42 | 0 | 142 | 100 | 77 | 523 | 140 | 23 |
| Binary | 1011111 | 10 | 100010 | 0 | 1100010 | 1000000 | 111111 | 101010011 | 1100000 | 10011 |
Color Harmonies of #5F0222
Complementary color
Monochromatic Colors of #5F0222
Black with #5F0222
Text Example
Text Example
White with #5F0222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0222; }
p { color: rgb(95,2,34); }
H1.HeaderClassName
{
color: #5F0222;
}
.AnyTagClassName
{
color: #5F0222;
}
</style>
background-color css
<style>
a { background-color: #5F0222; }
a { background-color: rgb(95,2,34); }
div.DivClassName
{
background-color: #5F0222;
}
.BgClassName
{
background-color: #5F0222;
}
</style>
border-color css
<style>
span { border-color: #5F0222; }
span { border-color: rgb(95,2,34); }
td.TdClassName
{
border-color: #5F0222;
}
.TagClassName
{
border-color: #5F0222;
}
</style>