Shades of Pohutukawa #60111B
Tints of Pohutukawa #60111B
RGB
CMYK
RGB Variations
Color information
#60111B (or 0x60111B) is known color: Pohutukawa. HEX triplet: 60, 11 and 1B. RGB value is (96,17,27). Sum of RGB (Red+Green+Blue) = 96+17+27=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #60111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60111B is #9FEEE4. Grayscale: #292929. Windows color (decimal): -10481381 or 1773920. OLE color: 1773920.
HSL color Cylindrical-coordinate representation of color #60111B: hue angle of 352.41º 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 #60111B is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 27 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.62 |
| HSL | 352.41º | 0.7% | 0.22% | - |
| HSV(B) | 352.41º | 0.82% | 0.38% | - |
| XYZ | 5.22 | 2.97 | 1.33 | - |
| YUV | 41.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 27 | 0 | 0.82 | 0.72 | 0.62 | 352.41 | 0.7 | 0.22 |
| Hex | 60 | 11 | 1B | 0 | 52 | 48 | 3E | 160 | 46 | 16 |
| Octal | 140 | 21 | 33 | 0 | 122 | 110 | 76 | 540 | 106 | 26 |
| Binary | 1100000 | 10001 | 11011 | 0 | 1010010 | 1001000 | 111110 | 101100000 | 1000110 | 10110 |
Color Harmonies of #60111B
Complementary color
Monochromatic Colors of #60111B
Black with #60111B
Text Example
Text Example
White with #60111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60111B; }
p { color: rgb(96,17,27); }
H1.HeaderClassName
{
color: #60111B;
}
.AnyTagClassName
{
color: #60111B;
}
</style>
background-color css
<style>
a { background-color: #60111B; }
a { background-color: rgb(96,17,27); }
div.DivClassName
{
background-color: #60111B;
}
.BgClassName
{
background-color: #60111B;
}
</style>
border-color css
<style>
span { border-color: #60111B; }
span { border-color: rgb(96,17,27); }
td.TdClassName
{
border-color: #60111B;
}
.TagClassName
{
border-color: #60111B;
}
</style>