Shades of Pohutukawa #600013
Tints of Pohutukawa #600013
RGB
CMYK
RGB Variations
Color information
#600013 (or 0x600013) is known color: Pohutukawa. HEX triplet: 60, 00 and 13. RGB value is (96,0,19). Sum of RGB (Red+Green+Blue) = 96+0+19=115 (15% of max value = 765). Red value is 96 (37.89% from 255 or 83.48% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 96 - color contains mainly: red. Hex color #600013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600013 is #9FFFEC. Grayscale: #1E1E1E. Windows color (decimal): -10485741 or 1245280. OLE color: 1245280.
HSL color Cylindrical-coordinate representation of color #600013: hue angle of 348.12º 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 #600013 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.80 | 0.62 |
| HSL | 348.13º | 1% | 0.19% | - |
| HSV(B) | 348.13º | 1% | 0.38% | - |
| XYZ | 4.94 | 2.53 | 0.84 | - |
| YUV | 30.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 19 | 0 | 1 | 0.80 | 0.62 | 348.13 | 1 | 0.19 |
| Hex | 60 | 0 | 13 | 0 | 64 | 50 | 3E | 15C | 64 | 13 |
| Octal | 140 | 0 | 23 | 0 | 144 | 120 | 76 | 534 | 144 | 23 |
| Binary | 1100000 | 0 | 10011 | 0 | 1100100 | 1010000 | 111110 | 101011100 | 1100100 | 10011 |
Color Harmonies of #600013
Complementary color
Monochromatic Colors of #600013
Black with #600013
Text Example
Text Example
White with #600013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600013; }
p { color: rgb(96,0,19); }
H1.HeaderClassName
{
color: #600013;
}
.AnyTagClassName
{
color: #600013;
}
</style>
background-color css
<style>
a { background-color: #600013; }
a { background-color: rgb(96,0,19); }
div.DivClassName
{
background-color: #600013;
}
.BgClassName
{
background-color: #600013;
}
</style>
border-color css
<style>
span { border-color: #600013; }
span { border-color: rgb(96,0,19); }
td.TdClassName
{
border-color: #600013;
}
.TagClassName
{
border-color: #600013;
}
</style>