Shades of Pohutukawa #602027
Tints of Pohutukawa #602027
RGB
CMYK
RGB Variations
Color information
#602027 (or 0x602027) is known color: Pohutukawa. HEX triplet: 60, 20 and 27. RGB value is (96,32,39). Sum of RGB (Red+Green+Blue) = 96+32+39=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #602027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602027 is #9FDFD8. Grayscale: #333333. Windows color (decimal): -10477529 or 2564192. OLE color: 2564192.
HSL color Cylindrical-coordinate representation of color #602027: hue angle of 353.44º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602027 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 32 | 39 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.62 |
| HSL | 353.44º | 0.5% | 0.25% | - |
| HSV(B) | 353.44º | 0.67% | 0.38% | - |
| XYZ | 5.71 | 3.67 | 2.33 | - |
| YUV | 51.93 | 120.7 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 39 | 0 | 0.67 | 0.59 | 0.62 | 353.44 | 0.5 | 0.25 |
| Hex | 60 | 20 | 27 | 0 | 43 | 3B | 3E | 161 | 32 | 19 |
| Octal | 140 | 40 | 47 | 0 | 103 | 73 | 76 | 541 | 62 | 31 |
| Binary | 1100000 | 100000 | 100111 | 0 | 1000011 | 111011 | 111110 | 101100001 | 110010 | 11001 |
Color Harmonies of #602027
Complementary color
Monochromatic Colors of #602027
Black with #602027
Text Example
Text Example
White with #602027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602027; }
p { color: rgb(96,32,39); }
H1.HeaderClassName
{
color: #602027;
}
.AnyTagClassName
{
color: #602027;
}
</style>
background-color css
<style>
a { background-color: #602027; }
a { background-color: rgb(96,32,39); }
div.DivClassName
{
background-color: #602027;
}
.BgClassName
{
background-color: #602027;
}
</style>
border-color css
<style>
span { border-color: #602027; }
span { border-color: rgb(96,32,39); }
td.TdClassName
{
border-color: #602027;
}
.TagClassName
{
border-color: #602027;
}
</style>