Shades of Pohutukawa #60111F
Tints of Pohutukawa #60111F
RGB
CMYK
RGB Variations
Color information
#60111F (or 0x60111F) is known color: Pohutukawa. HEX triplet: 60, 11 and 1F. RGB value is (96,17,31). Sum of RGB (Red+Green+Blue) = 96+17+31=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #60111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60111F is #9FEEE0. Grayscale: #2A2A2A. Windows color (decimal): -10481377 or 2036064. OLE color: 2036064.
HSL color Cylindrical-coordinate representation of color #60111F: hue angle of 349.37º 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 #60111F is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 31 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.62 |
| HSL | 349.37º | 0.7% | 0.22% | - |
| HSV(B) | 349.37º | 0.82% | 0.38% | - |
| XYZ | 5.27 | 2.99 | 1.59 | - |
| YUV | 42.22 | 121.67 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 31 | 0 | 0.82 | 0.68 | 0.62 | 349.37 | 0.7 | 0.22 |
| Hex | 60 | 11 | 1F | 0 | 52 | 44 | 3E | 15D | 46 | 16 |
| Octal | 140 | 21 | 37 | 0 | 122 | 104 | 76 | 535 | 106 | 26 |
| Binary | 1100000 | 10001 | 11111 | 0 | 1010010 | 1000100 | 111110 | 101011101 | 1000110 | 10110 |
Color Harmonies of #60111F
Complementary color
Monochromatic Colors of #60111F
Black with #60111F
Text Example
Text Example
White with #60111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60111F; }
p { color: rgb(96,17,31); }
H1.HeaderClassName
{
color: #60111F;
}
.AnyTagClassName
{
color: #60111F;
}
</style>
background-color css
<style>
a { background-color: #60111F; }
a { background-color: rgb(96,17,31); }
div.DivClassName
{
background-color: #60111F;
}
.BgClassName
{
background-color: #60111F;
}
</style>
border-color css
<style>
span { border-color: #60111F; }
span { border-color: rgb(96,17,31); }
td.TdClassName
{
border-color: #60111F;
}
.TagClassName
{
border-color: #60111F;
}
</style>