Shades of Pohutukawa #660B11
Tints of Pohutukawa #660B11
RGB
CMYK
RGB Variations
Color information
#660B11 (or 0x660B11) is known color: Pohutukawa. HEX triplet: 66, 0B and 11. RGB value is (102,11,17). Sum of RGB (Red+Green+Blue) = 102+11+17=130 (17% of max value = 765). Red value is 102 (40.23% from 255 or 78.46% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 102 - color contains mainly: red. Hex color #660B11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660B11 is #99F4EE. Grayscale: #262626. Windows color (decimal): -10089711 or 1117030. OLE color: 1117030.
HSL color Cylindrical-coordinate representation of color #660B11: hue angle of 356.04º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #660B11 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 11 | 17 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.6 |
| HSL | 356.04º | 0.81% | 0.22% | - |
| HSV(B) | 356.04º | 0.89% | 0.4% | - |
| XYZ | 5.7 | 3.1 | 0.83 | - |
| YUV | 38.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 17 | 0 | 0.89 | 0.83 | 0.6 | 356.04 | 0.81 | 0.22 |
| Hex | 66 | B | 11 | 0 | 59 | 53 | 3C | 164 | 51 | 16 |
| Octal | 146 | 13 | 21 | 0 | 131 | 123 | 74 | 544 | 121 | 26 |
| Binary | 1100110 | 1011 | 10001 | 0 | 1011001 | 1010011 | 111100 | 101100100 | 1010001 | 10110 |
Color Harmonies of #660B11
Complementary color
Monochromatic Colors of #660B11
Black with #660B11
Text Example
Text Example
White with #660B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660B11; }
p { color: rgb(102,11,17); }
H1.HeaderClassName
{
color: #660B11;
}
.AnyTagClassName
{
color: #660B11;
}
</style>
background-color css
<style>
a { background-color: #660B11; }
a { background-color: rgb(102,11,17); }
div.DivClassName
{
background-color: #660B11;
}
.BgClassName
{
background-color: #660B11;
}
</style>
border-color css
<style>
span { border-color: #660B11; }
span { border-color: rgb(102,11,17); }
td.TdClassName
{
border-color: #660B11;
}
.TagClassName
{
border-color: #660B11;
}
</style>