Shades of Pohutukawa #602228
Tints of Pohutukawa #602228
RGB
CMYK
RGB Variations
Color information
#602228 (or 0x602228) is known color: Pohutukawa. HEX triplet: 60, 22 and 28. RGB value is (96,34,40). Sum of RGB (Red+Green+Blue) = 96+34+40=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #602228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602228 is #9FDDD7. Grayscale: #353535. Windows color (decimal): -10477016 or 2630240. OLE color: 2630240.
HSL color Cylindrical-coordinate representation of color #602228: hue angle of 354.19º 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 #602228 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 34 | 40 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.62 |
| HSL | 354.19º | 0.48% | 0.25% | - |
| HSV(B) | 354.19º | 0.65% | 0.38% | - |
| XYZ | 5.78 | 3.78 | 2.43 | - |
| YUV | 53.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 40 | 0 | 0.65 | 0.58 | 0.62 | 354.19 | 0.48 | 0.25 |
| Hex | 60 | 22 | 28 | 0 | 41 | 3A | 3E | 162 | 30 | 19 |
| Octal | 140 | 42 | 50 | 0 | 101 | 72 | 76 | 542 | 60 | 31 |
| Binary | 1100000 | 100010 | 101000 | 0 | 1000001 | 111010 | 111110 | 101100010 | 110000 | 11001 |
Color Harmonies of #602228
Complementary color
Monochromatic Colors of #602228
Black with #602228
Text Example
Text Example
White with #602228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602228; }
p { color: rgb(96,34,40); }
H1.HeaderClassName
{
color: #602228;
}
.AnyTagClassName
{
color: #602228;
}
</style>
background-color css
<style>
a { background-color: #602228; }
a { background-color: rgb(96,34,40); }
div.DivClassName
{
background-color: #602228;
}
.BgClassName
{
background-color: #602228;
}
</style>
border-color css
<style>
span { border-color: #602228; }
span { border-color: rgb(96,34,40); }
td.TdClassName
{
border-color: #602228;
}
.TagClassName
{
border-color: #602228;
}
</style>