Shades of Pohutukawa #601229
Tints of Pohutukawa #601229
RGB
CMYK
RGB Variations
Color information
#601229 (or 0x601229) is known color: Pohutukawa. HEX triplet: 60, 12 and 29. RGB value is (96,18,41). Sum of RGB (Red+Green+Blue) = 96+18+41=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #601229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601229 is #9FEDD6. Grayscale: #2B2B2B. Windows color (decimal): -10481111 or 2691680. OLE color: 2691680.
HSL color Cylindrical-coordinate representation of color #601229: hue angle of 342.31º 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 #601229 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 18 | 41 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.62 |
| HSL | 342.31º | 0.68% | 0.22% | - |
| HSV(B) | 342.31º | 0.81% | 0.38% | - |
| XYZ | 5.44 | 3.08 | 2.41 | - |
| YUV | 43.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 41 | 0 | 0.81 | 0.57 | 0.62 | 342.31 | 0.68 | 0.22 |
| Hex | 60 | 12 | 29 | 0 | 51 | 39 | 3E | 156 | 44 | 16 |
| Octal | 140 | 22 | 51 | 0 | 121 | 71 | 76 | 526 | 104 | 26 |
| Binary | 1100000 | 10010 | 101001 | 0 | 1010001 | 111001 | 111110 | 101010110 | 1000100 | 10110 |
Color Harmonies of #601229
Complementary color
Monochromatic Colors of #601229
Black with #601229
Text Example
Text Example
White with #601229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601229; }
p { color: rgb(96,18,41); }
H1.HeaderClassName
{
color: #601229;
}
.AnyTagClassName
{
color: #601229;
}
</style>
background-color css
<style>
a { background-color: #601229; }
a { background-color: rgb(96,18,41); }
div.DivClassName
{
background-color: #601229;
}
.BgClassName
{
background-color: #601229;
}
</style>
border-color css
<style>
span { border-color: #601229; }
span { border-color: rgb(96,18,41); }
td.TdClassName
{
border-color: #601229;
}
.TagClassName
{
border-color: #601229;
}
</style>