Shades of Pohutukawa #601222
Tints of Pohutukawa #601222
RGB
CMYK
RGB Variations
Color information
#601222 (or 0x601222) is known color: Pohutukawa. HEX triplet: 60, 12 and 22. RGB value is (96,18,34). Sum of RGB (Red+Green+Blue) = 96+18+34=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #601222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601222 is #9FEDDD. Grayscale: #2B2B2B. Windows color (decimal): -10481118 or 2232928. OLE color: 2232928.
HSL color Cylindrical-coordinate representation of color #601222: hue angle of 347.69º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601222 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 18 | 34 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.62 |
| HSL | 347.69º | 0.68% | 0.22% | - |
| HSV(B) | 347.69º | 0.81% | 0.38% | - |
| XYZ | 5.33 | 3.03 | 1.82 | - |
| YUV | 43.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 34 | 0 | 0.81 | 0.65 | 0.62 | 347.69 | 0.68 | 0.22 |
| Hex | 60 | 12 | 22 | 0 | 51 | 41 | 3E | 15C | 44 | 16 |
| Octal | 140 | 22 | 42 | 0 | 121 | 101 | 76 | 534 | 104 | 26 |
| Binary | 1100000 | 10010 | 100010 | 0 | 1010001 | 1000001 | 111110 | 101011100 | 1000100 | 10110 |
Color Harmonies of #601222
Complementary color
Monochromatic Colors of #601222
Black with #601222
Text Example
Text Example
White with #601222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601222; }
p { color: rgb(96,18,34); }
H1.HeaderClassName
{
color: #601222;
}
.AnyTagClassName
{
color: #601222;
}
</style>
background-color css
<style>
a { background-color: #601222; }
a { background-color: rgb(96,18,34); }
div.DivClassName
{
background-color: #601222;
}
.BgClassName
{
background-color: #601222;
}
</style>
border-color css
<style>
span { border-color: #601222; }
span { border-color: rgb(96,18,34); }
td.TdClassName
{
border-color: #601222;
}
.TagClassName
{
border-color: #601222;
}
</style>