Shades of Pohutukawa #601120
Tints of Pohutukawa #601120
RGB
CMYK
RGB Variations
Color information
#601120 (or 0x601120) is known color: Pohutukawa. HEX triplet: 60, 11 and 20. RGB value is (96,17,32). Sum of RGB (Red+Green+Blue) = 96+17+32=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #601120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601120 is #9FEEDF. Grayscale: #2A2A2A. Windows color (decimal): -10481376 or 2101600. OLE color: 2101600.
HSL color Cylindrical-coordinate representation of color #601120: hue angle of 348.61º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601120 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 32 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.62 |
| HSL | 348.61º | 0.7% | 0.22% | - |
| HSV(B) | 348.61º | 0.82% | 0.38% | - |
| XYZ | 5.29 | 2.99 | 1.67 | - |
| YUV | 42.33 | 122.17 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 32 | 0 | 0.82 | 0.67 | 0.62 | 348.61 | 0.7 | 0.22 |
| Hex | 60 | 11 | 20 | 0 | 52 | 43 | 3E | 15D | 46 | 16 |
| Octal | 140 | 21 | 40 | 0 | 122 | 103 | 76 | 535 | 106 | 26 |
| Binary | 1100000 | 10001 | 100000 | 0 | 1010010 | 1000011 | 111110 | 101011101 | 1000110 | 10110 |
Color Harmonies of #601120
Complementary color
Monochromatic Colors of #601120
Black with #601120
Text Example
Text Example
White with #601120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601120; }
p { color: rgb(96,17,32); }
H1.HeaderClassName
{
color: #601120;
}
.AnyTagClassName
{
color: #601120;
}
</style>
background-color css
<style>
a { background-color: #601120; }
a { background-color: rgb(96,17,32); }
div.DivClassName
{
background-color: #601120;
}
.BgClassName
{
background-color: #601120;
}
</style>
border-color css
<style>
span { border-color: #601120; }
span { border-color: rgb(96,17,32); }
td.TdClassName
{
border-color: #601120;
}
.TagClassName
{
border-color: #601120;
}
</style>