Shades of Pohutukawa #600012
Tints of Pohutukawa #600012
RGB
CMYK
RGB Variations
Color information
#600012 (or 0x600012) is known color: Pohutukawa. HEX triplet: 60, 00 and 12. RGB value is (96,0,18). Sum of RGB (Red+Green+Blue) = 96+0+18=114 (15% of max value = 765). Red value is 96 (37.89% from 255 or 84.21% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 96 - color contains mainly: red. Hex color #600012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600012 is #9FFFED. Grayscale: #1E1E1E. Windows color (decimal): -10485742 or 1179744. OLE color: 1179744.
HSL color Cylindrical-coordinate representation of color #600012: hue angle of 348.75º 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 #600012 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.81 | 0.62 |
| HSL | 348.75º | 1% | 0.19% | - |
| HSV(B) | 348.75º | 1% | 0.38% | - |
| XYZ | 4.93 | 2.53 | 0.8 | - |
| YUV | 30.76 | 120.8 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 18 | 0 | 1 | 0.81 | 0.62 | 348.75 | 1 | 0.19 |
| Hex | 60 | 0 | 12 | 0 | 64 | 51 | 3E | 15D | 64 | 13 |
| Octal | 140 | 0 | 22 | 0 | 144 | 121 | 76 | 535 | 144 | 23 |
| Binary | 1100000 | 0 | 10010 | 0 | 1100100 | 1010001 | 111110 | 101011101 | 1100100 | 10011 |
Color Harmonies of #600012
Complementary color
Monochromatic Colors of #600012
Black with #600012
Text Example
Text Example
White with #600012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600012; }
p { color: rgb(96,0,18); }
H1.HeaderClassName
{
color: #600012;
}
.AnyTagClassName
{
color: #600012;
}
</style>
background-color css
<style>
a { background-color: #600012; }
a { background-color: rgb(96,0,18); }
div.DivClassName
{
background-color: #600012;
}
.BgClassName
{
background-color: #600012;
}
</style>
border-color css
<style>
span { border-color: #600012; }
span { border-color: rgb(96,0,18); }
td.TdClassName
{
border-color: #600012;
}
.TagClassName
{
border-color: #600012;
}
</style>