Shades of Pohutukawa #600F11
Tints of Pohutukawa #600F11
RGB
CMYK
RGB Variations
Color information
#600F11 (or 0x600F11) is known color: Pohutukawa. HEX triplet: 60, 0F and 11. RGB value is (96,15,17). Sum of RGB (Red+Green+Blue) = 96+15+17=128 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 96 - color contains mainly: red. Hex color #600F11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F11 is #9FF0EE. Grayscale: #272727. Windows color (decimal): -10481903 or 1118048. OLE color: 1118048.
HSL color Cylindrical-coordinate representation of color #600F11: hue angle of 358.52º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F11 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 15 | 17 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.62 |
| HSL | 358.52º | 0.73% | 0.22% | - |
| HSV(B) | 358.52º | 0.84% | 0.38% | - |
| XYZ | 5.1 | 2.87 | 0.82 | - |
| YUV | 39.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 17 | 0 | 0.84 | 0.82 | 0.62 | 358.52 | 0.73 | 0.22 |
| Hex | 60 | F | 11 | 0 | 54 | 52 | 3E | 167 | 49 | 16 |
| Octal | 140 | 17 | 21 | 0 | 124 | 122 | 76 | 547 | 111 | 26 |
| Binary | 1100000 | 1111 | 10001 | 0 | 1010100 | 1010010 | 111110 | 101100111 | 1001001 | 10110 |
Color Harmonies of #600F11
Complementary color
Monochromatic Colors of #600F11
Black with #600F11
Text Example
Text Example
White with #600F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F11; }
p { color: rgb(96,15,17); }
H1.HeaderClassName
{
color: #600F11;
}
.AnyTagClassName
{
color: #600F11;
}
</style>
background-color css
<style>
a { background-color: #600F11; }
a { background-color: rgb(96,15,17); }
div.DivClassName
{
background-color: #600F11;
}
.BgClassName
{
background-color: #600F11;
}
</style>
border-color css
<style>
span { border-color: #600F11; }
span { border-color: rgb(96,15,17); }
td.TdClassName
{
border-color: #600F11;
}
.TagClassName
{
border-color: #600F11;
}
</style>