Shades of Pohutukawa #66111E
Tints of Pohutukawa #66111E
RGB
CMYK
RGB Variations
Color information
#66111E (or 0x66111E) is known color: Pohutukawa. HEX triplet: 66, 11 and 1E. RGB value is (102,17,30). Sum of RGB (Red+Green+Blue) = 102+17+30=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #66111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66111E is #99EEE1. Grayscale: #2B2B2B. Windows color (decimal): -10088162 or 1970534. OLE color: 1970534.
HSL color Cylindrical-coordinate representation of color #66111E: hue angle of 350.82º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #66111E is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 17 | 30 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.6 |
| HSL | 350.82º | 0.71% | 0.23% | - |
| HSV(B) | 350.82º | 0.83% | 0.4% | - |
| XYZ | 5.91 | 3.32 | 1.56 | - |
| YUV | 43.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 30 | 0 | 0.83 | 0.71 | 0.6 | 350.82 | 0.71 | 0.23 |
| Hex | 66 | 11 | 1E | 0 | 53 | 47 | 3C | 15F | 47 | 17 |
| Octal | 146 | 21 | 36 | 0 | 123 | 107 | 74 | 537 | 107 | 27 |
| Binary | 1100110 | 10001 | 11110 | 0 | 1010011 | 1000111 | 111100 | 101011111 | 1000111 | 10111 |
Color Harmonies of #66111E
Complementary color
Monochromatic Colors of #66111E
Black with #66111E
Text Example
Text Example
White with #66111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66111E; }
p { color: rgb(102,17,30); }
H1.HeaderClassName
{
color: #66111E;
}
.AnyTagClassName
{
color: #66111E;
}
</style>
background-color css
<style>
a { background-color: #66111E; }
a { background-color: rgb(102,17,30); }
div.DivClassName
{
background-color: #66111E;
}
.BgClassName
{
background-color: #66111E;
}
</style>
border-color css
<style>
span { border-color: #66111E; }
span { border-color: rgb(102,17,30); }
td.TdClassName
{
border-color: #66111E;
}
.TagClassName
{
border-color: #66111E;
}
</style>