Shades of Pohutukawa #60020C
Tints of Pohutukawa #60020C
RGB
CMYK
RGB Variations
Color information
#60020C (or 0x60020C) is known color: Pohutukawa. HEX triplet: 60, 02 and 0C. RGB value is (96,2,12). Sum of RGB (Red+Green+Blue) = 96+2+12=110 (14% of max value = 765). Red value is 96 (37.89% from 255 or 87.27% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 96 - color contains mainly: red. Hex color #60020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60020C is #9FFDF3. Grayscale: #1F1F1F. Windows color (decimal): -10485236 or 787040. OLE color: 787040.
HSL color Cylindrical-coordinate representation of color #60020C: hue angle of 353.62º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60020C is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.62 |
| HSL | 353.62º | 0.96% | 0.19% | - |
| HSV(B) | 353.62º | 0.98% | 0.38% | - |
| XYZ | 4.91 | 2.56 | 0.58 | - |
| YUV | 31.25 | 117.14 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 12 | 0 | 0.98 | 0.88 | 0.62 | 353.62 | 0.96 | 0.19 |
| Hex | 60 | 2 | C | 0 | 62 | 58 | 3E | 162 | 60 | 13 |
| Octal | 140 | 2 | 14 | 0 | 142 | 130 | 76 | 542 | 140 | 23 |
| Binary | 1100000 | 10 | 1100 | 0 | 1100010 | 1011000 | 111110 | 101100010 | 1100000 | 10011 |
Color Harmonies of #60020C
Complementary color
Monochromatic Colors of #60020C
Black with #60020C
Text Example
Text Example
White with #60020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60020C; }
p { color: rgb(96,2,12); }
H1.HeaderClassName
{
color: #60020C;
}
.AnyTagClassName
{
color: #60020C;
}
</style>
background-color css
<style>
a { background-color: #60020C; }
a { background-color: rgb(96,2,12); }
div.DivClassName
{
background-color: #60020C;
}
.BgClassName
{
background-color: #60020C;
}
</style>
border-color css
<style>
span { border-color: #60020C; }
span { border-color: rgb(96,2,12); }
td.TdClassName
{
border-color: #60020C;
}
.TagClassName
{
border-color: #60020C;
}
</style>