Shades of Pohutukawa #5F1222
Tints of Pohutukawa #5F1222
RGB
CMYK
RGB Variations
Color information
#5F1222 (or 0x5F1222) is known color: Pohutukawa. HEX triplet: 5F, 12 and 22. RGB value is (95,18,34). Sum of RGB (Red+Green+Blue) = 95+18+34=147 (19% of max value = 765). Red value is 95 (37.5% from 255 or 64.63% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1222 is #A0EDDD. Grayscale: #2A2A2A. Windows color (decimal): -10546654 or 2232927. OLE color: 2232927.
HSL color Cylindrical-coordinate representation of color #5F1222: hue angle of 347.53º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F1222 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 18 | 34 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.63 |
| HSL | 347.53º | 0.68% | 0.22% | - |
| HSV(B) | 347.53º | 0.81% | 0.37% | - |
| XYZ | 5.22 | 2.98 | 1.81 | - |
| YUV | 42.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 18 | 34 | 0 | 0.81 | 0.64 | 0.63 | 347.53 | 0.68 | 0.22 |
| Hex | 5F | 12 | 22 | 0 | 51 | 40 | 3F | 15C | 44 | 16 |
| Octal | 137 | 22 | 42 | 0 | 121 | 100 | 77 | 534 | 104 | 26 |
| Binary | 1011111 | 10010 | 100010 | 0 | 1010001 | 1000000 | 111111 | 101011100 | 1000100 | 10110 |
Color Harmonies of #5F1222
Complementary color
Monochromatic Colors of #5F1222
Black with #5F1222
Text Example
Text Example
White with #5F1222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1222; }
p { color: rgb(95,18,34); }
H1.HeaderClassName
{
color: #5F1222;
}
.AnyTagClassName
{
color: #5F1222;
}
</style>
background-color css
<style>
a { background-color: #5F1222; }
a { background-color: rgb(95,18,34); }
div.DivClassName
{
background-color: #5F1222;
}
.BgClassName
{
background-color: #5F1222;
}
</style>
border-color css
<style>
span { border-color: #5F1222; }
span { border-color: rgb(95,18,34); }
td.TdClassName
{
border-color: #5F1222;
}
.TagClassName
{
border-color: #5F1222;
}
</style>