Shades of Pohutukawa #60000C
Tints of Pohutukawa #60000C
RGB
CMYK
RGB Variations
Color information
#60000C (or 0x60000C) is known color: Pohutukawa. HEX triplet: 60, 00 and 0C. RGB value is (96,0,12). Sum of RGB (Red+Green+Blue) = 96+0+12=108 (14% of max value = 765). Red value is 96 (37.89% from 255 or 88.89% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 96 - color contains mainly: red. Hex color #60000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60000C is #9FFFF3. Grayscale: #1E1E1E. Windows color (decimal): -10485748 or 786528. OLE color: 786528.
HSL color Cylindrical-coordinate representation of color #60000C: hue angle of 352.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60000C is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.88 | 0.62 |
| HSL | 352.5º | 1% | 0.19% | - |
| HSV(B) | 352.5º | 1% | 0.38% | - |
| XYZ | 4.89 | 2.51 | 0.58 | - |
| YUV | 30.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 12 | 0 | 1 | 0.88 | 0.62 | 352.5 | 1 | 0.19 |
| Hex | 60 | 0 | C | 0 | 64 | 58 | 3E | 160 | 64 | 13 |
| Octal | 140 | 0 | 14 | 0 | 144 | 130 | 76 | 540 | 144 | 23 |
| Binary | 1100000 | 0 | 1100 | 0 | 1100100 | 1011000 | 111110 | 101100000 | 1100100 | 10011 |
Color Harmonies of #60000C
Complementary color
Monochromatic Colors of #60000C
Black with #60000C
Text Example
Text Example
White with #60000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60000C; }
p { color: rgb(96,0,12); }
H1.HeaderClassName
{
color: #60000C;
}
.AnyTagClassName
{
color: #60000C;
}
</style>
background-color css
<style>
a { background-color: #60000C; }
a { background-color: rgb(96,0,12); }
div.DivClassName
{
background-color: #60000C;
}
.BgClassName
{
background-color: #60000C;
}
</style>
border-color css
<style>
span { border-color: #60000C; }
span { border-color: rgb(96,0,12); }
td.TdClassName
{
border-color: #60000C;
}
.TagClassName
{
border-color: #60000C;
}
</style>