Shades of Pohutukawa #600113
Tints of Pohutukawa #600113
RGB
CMYK
RGB Variations
Color information
#600113 (or 0x600113) is known color: Pohutukawa. HEX triplet: 60, 01 and 13. RGB value is (96,1,19). Sum of RGB (Red+Green+Blue) = 96+1+19=116 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.76% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 96 - color contains mainly: red. Hex color #600113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600113 is #9FFEEC. Grayscale: #1F1F1F. Windows color (decimal): -10485485 or 1245536. OLE color: 1245536.
HSL color Cylindrical-coordinate representation of color #600113: hue angle of 348.63º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600113 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.62 |
| HSL | 348.63º | 0.98% | 0.19% | - |
| HSV(B) | 348.63º | 0.99% | 0.38% | - |
| XYZ | 4.95 | 2.56 | 0.85 | - |
| YUV | 31.46 | 120.97 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 19 | 0 | 0.99 | 0.80 | 0.62 | 348.63 | 0.98 | 0.19 |
| Hex | 60 | 1 | 13 | 0 | 63 | 50 | 3E | 15D | 62 | 13 |
| Octal | 140 | 1 | 23 | 0 | 143 | 120 | 76 | 535 | 142 | 23 |
| Binary | 1100000 | 1 | 10011 | 0 | 1100011 | 1010000 | 111110 | 101011101 | 1100010 | 10011 |
Color Harmonies of #600113
Complementary color
Monochromatic Colors of #600113
Black with #600113
Text Example
Text Example
White with #600113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600113; }
p { color: rgb(96,1,19); }
H1.HeaderClassName
{
color: #600113;
}
.AnyTagClassName
{
color: #600113;
}
</style>
background-color css
<style>
a { background-color: #600113; }
a { background-color: rgb(96,1,19); }
div.DivClassName
{
background-color: #600113;
}
.BgClassName
{
background-color: #600113;
}
</style>
border-color css
<style>
span { border-color: #600113; }
span { border-color: rgb(96,1,19); }
td.TdClassName
{
border-color: #600113;
}
.TagClassName
{
border-color: #600113;
}
</style>