Shades of Pohutukawa #60010C
Tints of Pohutukawa #60010C
RGB
CMYK
RGB Variations
Color information
#60010C (or 0x60010C) is known color: Pohutukawa. HEX triplet: 60, 01 and 0C. RGB value is (96,1,12). Sum of RGB (Red+Green+Blue) = 96+1+12=109 (14% of max value = 765). Red value is 96 (37.89% from 255 or 88.07% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 96 - color contains mainly: red. Hex color #60010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60010C is #9FFEF3. Grayscale: #1E1E1E. Windows color (decimal): -10485492 or 786784. OLE color: 786784.
HSL color Cylindrical-coordinate representation of color #60010C: hue angle of 353.05º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60010C is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.62 |
| HSL | 353.05º | 0.98% | 0.19% | - |
| HSV(B) | 353.05º | 0.99% | 0.38% | - |
| XYZ | 4.9 | 2.54 | 0.58 | - |
| YUV | 30.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 12 | 0 | 0.99 | 0.88 | 0.62 | 353.05 | 0.98 | 0.19 |
| Hex | 60 | 1 | C | 0 | 63 | 58 | 3E | 161 | 62 | 13 |
| Octal | 140 | 1 | 14 | 0 | 143 | 130 | 76 | 541 | 142 | 23 |
| Binary | 1100000 | 1 | 1100 | 0 | 1100011 | 1011000 | 111110 | 101100001 | 1100010 | 10011 |
Color Harmonies of #60010C
Complementary color
Monochromatic Colors of #60010C
Black with #60010C
Text Example
Text Example
White with #60010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60010C; }
p { color: rgb(96,1,12); }
H1.HeaderClassName
{
color: #60010C;
}
.AnyTagClassName
{
color: #60010C;
}
</style>
background-color css
<style>
a { background-color: #60010C; }
a { background-color: rgb(96,1,12); }
div.DivClassName
{
background-color: #60010C;
}
.BgClassName
{
background-color: #60010C;
}
</style>
border-color css
<style>
span { border-color: #60010C; }
span { border-color: rgb(96,1,12); }
td.TdClassName
{
border-color: #60010C;
}
.TagClassName
{
border-color: #60010C;
}
</style>