Shades of Pohutukawa #600213
Tints of Pohutukawa #600213
RGB
CMYK
RGB Variations
Color information
#600213 (or 0x600213) is known color: Pohutukawa. HEX triplet: 60, 02 and 13. RGB value is (96,2,19). Sum of RGB (Red+Green+Blue) = 96+2+19=117 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.05% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 96 - color contains mainly: red. Hex color #600213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600213 is #9FFDEC. Grayscale: #202020. Windows color (decimal): -10485229 or 1245792. OLE color: 1245792.
HSL color Cylindrical-coordinate representation of color #600213: hue angle of 349.15º 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 #600213 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 2 | 19 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.62 |
| HSL | 349.15º | 0.96% | 0.19% | - |
| HSV(B) | 349.15º | 0.98% | 0.38% | - |
| XYZ | 4.96 | 2.58 | 0.85 | - |
| YUV | 32.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 19 | 0 | 0.98 | 0.80 | 0.62 | 349.15 | 0.96 | 0.19 |
| Hex | 60 | 2 | 13 | 0 | 62 | 50 | 3E | 15D | 60 | 13 |
| Octal | 140 | 2 | 23 | 0 | 142 | 120 | 76 | 535 | 140 | 23 |
| Binary | 1100000 | 10 | 10011 | 0 | 1100010 | 1010000 | 111110 | 101011101 | 1100000 | 10011 |
Color Harmonies of #600213
Complementary color
Monochromatic Colors of #600213
Black with #600213
Text Example
Text Example
White with #600213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600213; }
p { color: rgb(96,2,19); }
H1.HeaderClassName
{
color: #600213;
}
.AnyTagClassName
{
color: #600213;
}
</style>
background-color css
<style>
a { background-color: #600213; }
a { background-color: rgb(96,2,19); }
div.DivClassName
{
background-color: #600213;
}
.BgClassName
{
background-color: #600213;
}
</style>
border-color css
<style>
span { border-color: #600213; }
span { border-color: rgb(96,2,19); }
td.TdClassName
{
border-color: #600213;
}
.TagClassName
{
border-color: #600213;
}
</style>