Shades of Pohutukawa #600412
Tints of Pohutukawa #600412
RGB
CMYK
RGB Variations
Color information
#600412 (or 0x600412) is known color: Pohutukawa. HEX triplet: 60, 04 and 12. RGB value is (96,4,18). Sum of RGB (Red+Green+Blue) = 96+4+18=118 (15% of max value = 765). Red value is 96 (37.89% from 255 or 81.36% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 96 - color contains mainly: red. Hex color #600412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600412 is #9FFBED. Grayscale: #212121. Windows color (decimal): -10484718 or 1180768. OLE color: 1180768.
HSL color Cylindrical-coordinate representation of color #600412: hue angle of 350.87º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600412 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 4 | 18 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.62 |
| HSL | 350.87º | 0.92% | 0.2% | - |
| HSV(B) | 350.87º | 0.96% | 0.38% | - |
| XYZ | 4.98 | 2.62 | 0.82 | - |
| YUV | 33.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 18 | 0 | 0.96 | 0.81 | 0.62 | 350.87 | 0.92 | 0.2 |
| Hex | 60 | 4 | 12 | 0 | 60 | 51 | 3E | 15F | 5C | 14 |
| Octal | 140 | 4 | 22 | 0 | 140 | 121 | 76 | 537 | 134 | 24 |
| Binary | 1100000 | 100 | 10010 | 0 | 1100000 | 1010001 | 111110 | 101011111 | 1011100 | 10100 |
Color Harmonies of #600412
Complementary color
Monochromatic Colors of #600412
Black with #600412
Text Example
Text Example
White with #600412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600412; }
p { color: rgb(96,4,18); }
H1.HeaderClassName
{
color: #600412;
}
.AnyTagClassName
{
color: #600412;
}
</style>
background-color css
<style>
a { background-color: #600412; }
a { background-color: rgb(96,4,18); }
div.DivClassName
{
background-color: #600412;
}
.BgClassName
{
background-color: #600412;
}
</style>
border-color css
<style>
span { border-color: #600412; }
span { border-color: rgb(96,4,18); }
td.TdClassName
{
border-color: #600412;
}
.TagClassName
{
border-color: #600412;
}
</style>