Shades of Pohutukawa #60111E
Tints of Pohutukawa #60111E
RGB
CMYK
RGB Variations
Color information
#60111E (or 0x60111E) is known color: Pohutukawa. HEX triplet: 60, 11 and 1E. RGB value is (96,17,30). Sum of RGB (Red+Green+Blue) = 96+17+30=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #60111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60111E is #9FEEE1. Grayscale: #2A2A2A. Windows color (decimal): -10481378 or 1970528. OLE color: 1970528.
HSL color Cylindrical-coordinate representation of color #60111E: hue angle of 350.13º 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 #60111E is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 30 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.62 |
| HSL | 350.13º | 0.7% | 0.22% | - |
| HSV(B) | 350.13º | 0.82% | 0.38% | - |
| XYZ | 5.26 | 2.98 | 1.53 | - |
| YUV | 42.1 | 121.17 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 30 | 0 | 0.82 | 0.69 | 0.62 | 350.13 | 0.7 | 0.22 |
| Hex | 60 | 11 | 1E | 0 | 52 | 45 | 3E | 15E | 46 | 16 |
| Octal | 140 | 21 | 36 | 0 | 122 | 105 | 76 | 536 | 106 | 26 |
| Binary | 1100000 | 10001 | 11110 | 0 | 1010010 | 1000101 | 111110 | 101011110 | 1000110 | 10110 |
Color Harmonies of #60111E
Complementary color
Monochromatic Colors of #60111E
Black with #60111E
Text Example
Text Example
White with #60111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60111E; }
p { color: rgb(96,17,30); }
H1.HeaderClassName
{
color: #60111E;
}
.AnyTagClassName
{
color: #60111E;
}
</style>
background-color css
<style>
a { background-color: #60111E; }
a { background-color: rgb(96,17,30); }
div.DivClassName
{
background-color: #60111E;
}
.BgClassName
{
background-color: #60111E;
}
</style>
border-color css
<style>
span { border-color: #60111E; }
span { border-color: rgb(96,17,30); }
td.TdClassName
{
border-color: #60111E;
}
.TagClassName
{
border-color: #60111E;
}
</style>