Shades of Pohutukawa #60142C
Tints of Pohutukawa #60142C
RGB
CMYK
RGB Variations
Color information
#60142C (or 0x60142C) is known color: Pohutukawa. HEX triplet: 60, 14 and 2C. RGB value is (96,20,44). Sum of RGB (Red+Green+Blue) = 96+20+44=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #60142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60142C is #9FEBD3. Grayscale: #2D2D2D. Windows color (decimal): -10480596 or 2888800. OLE color: 2888800.
HSL color Cylindrical-coordinate representation of color #60142C: hue angle of 341.05º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60142C is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 20 | 44 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.62 |
| HSL | 341.05º | 0.66% | 0.23% | - |
| HSV(B) | 341.05º | 0.79% | 0.38% | - |
| XYZ | 5.53 | 3.17 | 2.7 | - |
| YUV | 45.46 | 127.18 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 44 | 0 | 0.79 | 0.54 | 0.62 | 341.05 | 0.66 | 0.23 |
| Hex | 60 | 14 | 2C | 0 | 4F | 36 | 3E | 155 | 42 | 17 |
| Octal | 140 | 24 | 54 | 0 | 117 | 66 | 76 | 525 | 102 | 27 |
| Binary | 1100000 | 10100 | 101100 | 0 | 1001111 | 110110 | 111110 | 101010101 | 1000010 | 10111 |
Color Harmonies of #60142C
Complementary color
Monochromatic Colors of #60142C
Black with #60142C
Text Example
Text Example
White with #60142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60142C; }
p { color: rgb(96,20,44); }
H1.HeaderClassName
{
color: #60142C;
}
.AnyTagClassName
{
color: #60142C;
}
</style>
background-color css
<style>
a { background-color: #60142C; }
a { background-color: rgb(96,20,44); }
div.DivClassName
{
background-color: #60142C;
}
.BgClassName
{
background-color: #60142C;
}
</style>
border-color css
<style>
span { border-color: #60142C; }
span { border-color: rgb(96,20,44); }
td.TdClassName
{
border-color: #60142C;
}
.TagClassName
{
border-color: #60142C;
}
</style>