Shades of Pohutukawa #600004
Tints of Pohutukawa #600004
RGB
CMYK
RGB Variations
Color information
#600004 (or 0x600004) is known color: Pohutukawa. HEX triplet: 60, 00 and 04. RGB value is (96,0,4). Sum of RGB (Red+Green+Blue) = 96+0+4=100 (13% of max value = 765). Red value is 96 (37.89% from 255 or 96% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 96 - color contains mainly: red. Hex color #600004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600004 is #9FFFFB. Grayscale: #1D1D1D. Windows color (decimal): -10485756 or 262240. OLE color: 262240.
HSL color Cylindrical-coordinate representation of color #600004: hue angle of 357.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 #600004 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.96 | 0.62 |
| HSL | 357.5º | 1% | 0.19% | - |
| HSV(B) | 357.5º | 1% | 0.38% | - |
| XYZ | 4.85 | 2.5 | 0.34 | - |
| YUV | 29.16 | 113.8 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 4 | 0 | 1 | 0.96 | 0.62 | 357.5 | 1 | 0.19 |
| Hex | 60 | 0 | 4 | 0 | 64 | 60 | 3E | 166 | 64 | 13 |
| Octal | 140 | 0 | 4 | 0 | 144 | 140 | 76 | 546 | 144 | 23 |
| Binary | 1100000 | 0 | 100 | 0 | 1100100 | 1100000 | 111110 | 101100110 | 1100100 | 10011 |
Color Harmonies of #600004
Complementary color
Monochromatic Colors of #600004
Black with #600004
Text Example
Text Example
White with #600004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600004; }
p { color: rgb(96,0,4); }
H1.HeaderClassName
{
color: #600004;
}
.AnyTagClassName
{
color: #600004;
}
</style>
background-color css
<style>
a { background-color: #600004; }
a { background-color: rgb(96,0,4); }
div.DivClassName
{
background-color: #600004;
}
.BgClassName
{
background-color: #600004;
}
</style>
border-color css
<style>
span { border-color: #600004; }
span { border-color: rgb(96,0,4); }
td.TdClassName
{
border-color: #600004;
}
.TagClassName
{
border-color: #600004;
}
</style>