Shades of Pohutukawa #660A0E
Tints of Pohutukawa #660A0E
RGB
CMYK
RGB Variations
Color information
#660A0E (or 0x660A0E) is known color: Pohutukawa. HEX triplet: 66, 0A and 0E. RGB value is (102,10,14). Sum of RGB (Red+Green+Blue) = 102+10+14=126 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.95% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 102 - color contains mainly: red. Hex color #660A0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660A0E is #99F5F1. Grayscale: #262626. Windows color (decimal): -10089970 or 920166. OLE color: 920166.
HSL color Cylindrical-coordinate representation of color #660A0E: hue angle of 357.39º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A0E is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 10 | 14 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.6 |
| HSL | 357.39º | 0.82% | 0.22% | - |
| HSV(B) | 357.39º | 0.9% | 0.4% | - |
| XYZ | 5.67 | 3.07 | 0.71 | - |
| YUV | 37.96 | 114.48 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 14 | 0 | 0.90 | 0.86 | 0.6 | 357.39 | 0.82 | 0.22 |
| Hex | 66 | A | E | 0 | 5A | 56 | 3C | 165 | 52 | 16 |
| Octal | 146 | 12 | 16 | 0 | 132 | 126 | 74 | 545 | 122 | 26 |
| Binary | 1100110 | 1010 | 1110 | 0 | 1011010 | 1010110 | 111100 | 101100101 | 1010010 | 10110 |
Color Harmonies of #660A0E
Complementary color
Monochromatic Colors of #660A0E
Black with #660A0E
Text Example
Text Example
White with #660A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A0E; }
p { color: rgb(102,10,14); }
H1.HeaderClassName
{
color: #660A0E;
}
.AnyTagClassName
{
color: #660A0E;
}
</style>
background-color css
<style>
a { background-color: #660A0E; }
a { background-color: rgb(102,10,14); }
div.DivClassName
{
background-color: #660A0E;
}
.BgClassName
{
background-color: #660A0E;
}
</style>
border-color css
<style>
span { border-color: #660A0E; }
span { border-color: rgb(102,10,14); }
td.TdClassName
{
border-color: #660A0E;
}
.TagClassName
{
border-color: #660A0E;
}
</style>