Shades of Pohutukawa #660B16
Tints of Pohutukawa #660B16
RGB
CMYK
RGB Variations
Color information
#660B16 (or 0x660B16) is known color: Pohutukawa. HEX triplet: 66, 0B and 16. RGB value is (102,11,22). Sum of RGB (Red+Green+Blue) = 102+11+22=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #660B16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660B16 is #99F4E9. Grayscale: #272727. Windows color (decimal): -10089706 or 1444710. OLE color: 1444710.
HSL color Cylindrical-coordinate representation of color #660B16: hue angle of 352.75º 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 #660B16 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 11 | 22 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.6 |
| HSL | 352.75º | 0.81% | 0.22% | - |
| HSV(B) | 352.75º | 0.89% | 0.4% | - |
| XYZ | 5.74 | 3.12 | 1.06 | - |
| YUV | 39.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 22 | 0 | 0.89 | 0.78 | 0.6 | 352.75 | 0.81 | 0.22 |
| Hex | 66 | B | 16 | 0 | 59 | 4E | 3C | 161 | 51 | 16 |
| Octal | 146 | 13 | 26 | 0 | 131 | 116 | 74 | 541 | 121 | 26 |
| Binary | 1100110 | 1011 | 10110 | 0 | 1011001 | 1001110 | 111100 | 101100001 | 1010001 | 10110 |
Color Harmonies of #660B16
Complementary color
Monochromatic Colors of #660B16
Black with #660B16
Text Example
Text Example
White with #660B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660B16; }
p { color: rgb(102,11,22); }
H1.HeaderClassName
{
color: #660B16;
}
.AnyTagClassName
{
color: #660B16;
}
</style>
background-color css
<style>
a { background-color: #660B16; }
a { background-color: rgb(102,11,22); }
div.DivClassName
{
background-color: #660B16;
}
.BgClassName
{
background-color: #660B16;
}
</style>
border-color css
<style>
span { border-color: #660B16; }
span { border-color: rgb(102,11,22); }
td.TdClassName
{
border-color: #660B16;
}
.TagClassName
{
border-color: #660B16;
}
</style>