Shades of Pohutukawa #60112C
Tints of Pohutukawa #60112C
RGB
CMYK
RGB Variations
Color information
#60112C (or 0x60112C) is known color: Pohutukawa. HEX triplet: 60, 11 and 2C. RGB value is (96,17,44). Sum of RGB (Red+Green+Blue) = 96+17+44=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #60112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60112C is #9FEED3. Grayscale: #2B2B2B. Windows color (decimal): -10481364 or 2888032. OLE color: 2888032.
HSL color Cylindrical-coordinate representation of color #60112C: hue angle of 339.49º 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 #60112C is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 44 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.62 |
| HSL | 339.49º | 0.7% | 0.22% | - |
| HSV(B) | 339.49º | 0.82% | 0.38% | - |
| XYZ | 5.48 | 3.07 | 2.69 | - |
| YUV | 43.7 | 128.17 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 44 | 0 | 0.82 | 0.54 | 0.62 | 339.49 | 0.7 | 0.22 |
| Hex | 60 | 11 | 2C | 0 | 52 | 36 | 3E | 153 | 46 | 16 |
| Octal | 140 | 21 | 54 | 0 | 122 | 66 | 76 | 523 | 106 | 26 |
| Binary | 1100000 | 10001 | 101100 | 0 | 1010010 | 110110 | 111110 | 101010011 | 1000110 | 10110 |
Color Harmonies of #60112C
Complementary color
Monochromatic Colors of #60112C
Black with #60112C
Text Example
Text Example
White with #60112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60112C; }
p { color: rgb(96,17,44); }
H1.HeaderClassName
{
color: #60112C;
}
.AnyTagClassName
{
color: #60112C;
}
</style>
background-color css
<style>
a { background-color: #60112C; }
a { background-color: rgb(96,17,44); }
div.DivClassName
{
background-color: #60112C;
}
.BgClassName
{
background-color: #60112C;
}
</style>
border-color css
<style>
span { border-color: #60112C; }
span { border-color: rgb(96,17,44); }
td.TdClassName
{
border-color: #60112C;
}
.TagClassName
{
border-color: #60112C;
}
</style>