Shades of Pohutukawa #60112D
Tints of Pohutukawa #60112D
RGB
CMYK
RGB Variations
Color information
#60112D (or 0x60112D) is known color: Pohutukawa. HEX triplet: 60, 11 and 2D. RGB value is (96,17,45). Sum of RGB (Red+Green+Blue) = 96+17+45=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #60112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60112D is #9FEED2. Grayscale: #2B2B2B. Windows color (decimal): -10481363 or 2953568. OLE color: 2953568.
HSL color Cylindrical-coordinate representation of color #60112D: hue angle of 338.73º 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 #60112D is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 45 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.62 |
| HSL | 338.73º | 0.7% | 0.22% | - |
| HSV(B) | 338.73º | 0.82% | 0.38% | - |
| XYZ | 5.5 | 3.08 | 2.79 | - |
| YUV | 43.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 45 | 0 | 0.82 | 0.53 | 0.62 | 338.73 | 0.7 | 0.22 |
| Hex | 60 | 11 | 2D | 0 | 52 | 35 | 3E | 153 | 46 | 16 |
| Octal | 140 | 21 | 55 | 0 | 122 | 65 | 76 | 523 | 106 | 26 |
| Binary | 1100000 | 10001 | 101101 | 0 | 1010010 | 110101 | 111110 | 101010011 | 1000110 | 10110 |
Color Harmonies of #60112D
Complementary color
Monochromatic Colors of #60112D
Black with #60112D
Text Example
Text Example
White with #60112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60112D; }
p { color: rgb(96,17,45); }
H1.HeaderClassName
{
color: #60112D;
}
.AnyTagClassName
{
color: #60112D;
}
</style>
background-color css
<style>
a { background-color: #60112D; }
a { background-color: rgb(96,17,45); }
div.DivClassName
{
background-color: #60112D;
}
.BgClassName
{
background-color: #60112D;
}
</style>
border-color css
<style>
span { border-color: #60112D; }
span { border-color: rgb(96,17,45); }
td.TdClassName
{
border-color: #60112D;
}
.TagClassName
{
border-color: #60112D;
}
</style>