Shades of Pohutukawa #601123
Tints of Pohutukawa #601123
RGB
CMYK
RGB Variations
Color information
#601123 (or 0x601123) is known color: Pohutukawa. HEX triplet: 60, 11 and 23. RGB value is (96,17,35). Sum of RGB (Red+Green+Blue) = 96+17+35=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #601123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601123 is #9FEEDC. Grayscale: #2A2A2A. Windows color (decimal): -10481373 or 2298208. OLE color: 2298208.
HSL color Cylindrical-coordinate representation of color #601123: hue angle of 346.33º 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 #601123 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 35 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.62 |
| HSL | 346.33º | 0.7% | 0.22% | - |
| HSV(B) | 346.33º | 0.82% | 0.38% | - |
| XYZ | 5.33 | 3.01 | 1.89 | - |
| YUV | 42.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 35 | 0 | 0.82 | 0.64 | 0.62 | 346.33 | 0.7 | 0.22 |
| Hex | 60 | 11 | 23 | 0 | 52 | 40 | 3E | 15A | 46 | 16 |
| Octal | 140 | 21 | 43 | 0 | 122 | 100 | 76 | 532 | 106 | 26 |
| Binary | 1100000 | 10001 | 100011 | 0 | 1010010 | 1000000 | 111110 | 101011010 | 1000110 | 10110 |
Color Harmonies of #601123
Complementary color
Monochromatic Colors of #601123
Black with #601123
Text Example
Text Example
White with #601123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601123; }
p { color: rgb(96,17,35); }
H1.HeaderClassName
{
color: #601123;
}
.AnyTagClassName
{
color: #601123;
}
</style>
background-color css
<style>
a { background-color: #601123; }
a { background-color: rgb(96,17,35); }
div.DivClassName
{
background-color: #601123;
}
.BgClassName
{
background-color: #601123;
}
</style>
border-color css
<style>
span { border-color: #601123; }
span { border-color: rgb(96,17,35); }
td.TdClassName
{
border-color: #601123;
}
.TagClassName
{
border-color: #601123;
}
</style>