Shades of Pohutukawa #60222C
Tints of Pohutukawa #60222C
RGB
CMYK
RGB Variations
Color information
#60222C (or 0x60222C) is known color: Pohutukawa. HEX triplet: 60, 22 and 2C. RGB value is (96,34,44). Sum of RGB (Red+Green+Blue) = 96+34+44=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #60222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60222C is #9FDDD3. Grayscale: #353535. Windows color (decimal): -10477012 or 2892384. OLE color: 2892384.
HSL color Cylindrical-coordinate representation of color #60222C: hue angle of 350.32º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60222C is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 34 | 44 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.62 |
| HSL | 350.32º | 0.48% | 0.25% | - |
| HSV(B) | 350.32º | 0.65% | 0.38% | - |
| XYZ | 5.85 | 3.81 | 2.81 | - |
| YUV | 53.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 44 | 0 | 0.65 | 0.54 | 0.62 | 350.32 | 0.48 | 0.25 |
| Hex | 60 | 22 | 2C | 0 | 41 | 36 | 3E | 15E | 30 | 19 |
| Octal | 140 | 42 | 54 | 0 | 101 | 66 | 76 | 536 | 60 | 31 |
| Binary | 1100000 | 100010 | 101100 | 0 | 1000001 | 110110 | 111110 | 101011110 | 110000 | 11001 |
Color Harmonies of #60222C
Complementary color
Monochromatic Colors of #60222C
Black with #60222C
Text Example
Text Example
White with #60222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60222C; }
p { color: rgb(96,34,44); }
H1.HeaderClassName
{
color: #60222C;
}
.AnyTagClassName
{
color: #60222C;
}
</style>
background-color css
<style>
a { background-color: #60222C; }
a { background-color: rgb(96,34,44); }
div.DivClassName
{
background-color: #60222C;
}
.BgClassName
{
background-color: #60222C;
}
</style>
border-color css
<style>
span { border-color: #60222C; }
span { border-color: rgb(96,34,44); }
td.TdClassName
{
border-color: #60222C;
}
.TagClassName
{
border-color: #60222C;
}
</style>