Shades of Pohutukawa #60112B
Tints of Pohutukawa #60112B
RGB
CMYK
RGB Variations
Color information
#60112B (or 0x60112B) is known color: Pohutukawa. HEX triplet: 60, 11 and 2B. RGB value is (96,17,43). Sum of RGB (Red+Green+Blue) = 96+17+43=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #60112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60112B is #9FEED4. Grayscale: #2B2B2B. Windows color (decimal): -10481365 or 2822496. OLE color: 2822496.
HSL color Cylindrical-coordinate representation of color #60112B: hue angle of 340.25º 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 #60112B is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 43 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.62 |
| HSL | 340.25º | 0.7% | 0.22% | - |
| HSV(B) | 340.25º | 0.82% | 0.38% | - |
| XYZ | 5.46 | 3.06 | 2.59 | - |
| YUV | 43.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 43 | 0 | 0.82 | 0.55 | 0.62 | 340.25 | 0.7 | 0.22 |
| Hex | 60 | 11 | 2B | 0 | 52 | 37 | 3E | 154 | 46 | 16 |
| Octal | 140 | 21 | 53 | 0 | 122 | 67 | 76 | 524 | 106 | 26 |
| Binary | 1100000 | 10001 | 101011 | 0 | 1010010 | 110111 | 111110 | 101010100 | 1000110 | 10110 |
Color Harmonies of #60112B
Complementary color
Monochromatic Colors of #60112B
Black with #60112B
Text Example
Text Example
White with #60112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60112B; }
p { color: rgb(96,17,43); }
H1.HeaderClassName
{
color: #60112B;
}
.AnyTagClassName
{
color: #60112B;
}
</style>
background-color css
<style>
a { background-color: #60112B; }
a { background-color: rgb(96,17,43); }
div.DivClassName
{
background-color: #60112B;
}
.BgClassName
{
background-color: #60112B;
}
</style>
border-color css
<style>
span { border-color: #60112B; }
span { border-color: rgb(96,17,43); }
td.TdClassName
{
border-color: #60112B;
}
.TagClassName
{
border-color: #60112B;
}
</style>