Shades of Pohutukawa #600D11
Tints of Pohutukawa #600D11
RGB
CMYK
RGB Variations
Color information
#600D11 (or 0x600D11) is known color: Pohutukawa. HEX triplet: 60, 0D and 11. RGB value is (96,13,17). Sum of RGB (Red+Green+Blue) = 96+13+17=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #600D11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600D11 is #9FF2EE. Grayscale: #262626. Windows color (decimal): -10482415 or 1117536. OLE color: 1117536.
HSL color Cylindrical-coordinate representation of color #600D11: hue angle of 357.11º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #600D11 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 13 | 17 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.62 |
| HSL | 357.11º | 0.76% | 0.21% | - |
| HSV(B) | 357.11º | 0.86% | 0.38% | - |
| XYZ | 5.07 | 2.82 | 0.81 | - |
| YUV | 38.27 | 116 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 17 | 0 | 0.86 | 0.82 | 0.62 | 357.11 | 0.76 | 0.21 |
| Hex | 60 | D | 11 | 0 | 56 | 52 | 3E | 165 | 4C | 15 |
| Octal | 140 | 15 | 21 | 0 | 126 | 122 | 76 | 545 | 114 | 25 |
| Binary | 1100000 | 1101 | 10001 | 0 | 1010110 | 1010010 | 111110 | 101100101 | 1001100 | 10101 |
Color Harmonies of #600D11
Complementary color
Monochromatic Colors of #600D11
Black with #600D11
Text Example
Text Example
White with #600D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600D11; }
p { color: rgb(96,13,17); }
H1.HeaderClassName
{
color: #600D11;
}
.AnyTagClassName
{
color: #600D11;
}
</style>
background-color css
<style>
a { background-color: #600D11; }
a { background-color: rgb(96,13,17); }
div.DivClassName
{
background-color: #600D11;
}
.BgClassName
{
background-color: #600D11;
}
</style>
border-color css
<style>
span { border-color: #600D11; }
span { border-color: rgb(96,13,17); }
td.TdClassName
{
border-color: #600D11;
}
.TagClassName
{
border-color: #600D11;
}
</style>