Shades of Pohutukawa #600207
Tints of Pohutukawa #600207
RGB
CMYK
RGB Variations
Color information
#600207 (or 0x600207) is known color: Pohutukawa. HEX triplet: 60, 02 and 07. RGB value is (96,2,7). Sum of RGB (Red+Green+Blue) = 96+2+7=105 (13% of max value = 765). Red value is 96 (37.89% from 255 or 91.43% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 96 - color contains mainly: red. Hex color #600207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600207 is #9FFDF8. Grayscale: #1E1E1E. Windows color (decimal): -10485241 or 459360. OLE color: 459360.
HSL color Cylindrical-coordinate representation of color #600207: hue angle of 356.81º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600207 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 2 | 7 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.62 |
| HSL | 356.81º | 0.96% | 0.19% | - |
| HSV(B) | 356.81º | 0.98% | 0.38% | - |
| XYZ | 4.88 | 2.55 | 0.43 | - |
| YUV | 30.68 | 114.64 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 7 | 0 | 0.98 | 0.93 | 0.62 | 356.81 | 0.96 | 0.19 |
| Hex | 60 | 2 | 7 | 0 | 62 | 5D | 3E | 165 | 60 | 13 |
| Octal | 140 | 2 | 7 | 0 | 142 | 135 | 76 | 545 | 140 | 23 |
| Binary | 1100000 | 10 | 111 | 0 | 1100010 | 1011101 | 111110 | 101100101 | 1100000 | 10011 |
Color Harmonies of #600207
Complementary color
Monochromatic Colors of #600207
Black with #600207
Text Example
Text Example
White with #600207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600207; }
p { color: rgb(96,2,7); }
H1.HeaderClassName
{
color: #600207;
}
.AnyTagClassName
{
color: #600207;
}
</style>
background-color css
<style>
a { background-color: #600207; }
a { background-color: rgb(96,2,7); }
div.DivClassName
{
background-color: #600207;
}
.BgClassName
{
background-color: #600207;
}
</style>
border-color css
<style>
span { border-color: #600207; }
span { border-color: rgb(96,2,7); }
td.TdClassName
{
border-color: #600207;
}
.TagClassName
{
border-color: #600207;
}
</style>