Shades of Pohutukawa #66090E
Tints of Pohutukawa #66090E
RGB
CMYK
RGB Variations
Color information
#66090E (or 0x66090E) is known color: Pohutukawa. HEX triplet: 66, 09 and 0E. RGB value is (102,9,14). Sum of RGB (Red+Green+Blue) = 102+9+14=125 (16% of max value = 765). Red value is 102 (40.23% from 255 or 81.6% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 102 - color contains mainly: red. Hex color #66090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66090E is #99F6F1. Grayscale: #252525. Windows color (decimal): -10090226 or 919910. OLE color: 919910.
HSL color Cylindrical-coordinate representation of color #66090E: hue angle of 356.77º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66090E is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 9 | 14 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.6 |
| HSL | 356.77º | 0.84% | 0.22% | - |
| HSV(B) | 356.77º | 0.91% | 0.4% | - |
| XYZ | 5.66 | 3.05 | 0.71 | - |
| YUV | 37.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 14 | 0 | 0.91 | 0.86 | 0.6 | 356.77 | 0.84 | 0.22 |
| Hex | 66 | 9 | E | 0 | 5B | 56 | 3C | 165 | 54 | 16 |
| Octal | 146 | 11 | 16 | 0 | 133 | 126 | 74 | 545 | 124 | 26 |
| Binary | 1100110 | 1001 | 1110 | 0 | 1011011 | 1010110 | 111100 | 101100101 | 1010100 | 10110 |
Color Harmonies of #66090E
Complementary color
Monochromatic Colors of #66090E
Black with #66090E
Text Example
Text Example
White with #66090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66090E; }
p { color: rgb(102,9,14); }
H1.HeaderClassName
{
color: #66090E;
}
.AnyTagClassName
{
color: #66090E;
}
</style>
background-color css
<style>
a { background-color: #66090E; }
a { background-color: rgb(102,9,14); }
div.DivClassName
{
background-color: #66090E;
}
.BgClassName
{
background-color: #66090E;
}
</style>
border-color css
<style>
span { border-color: #66090E; }
span { border-color: rgb(102,9,14); }
td.TdClassName
{
border-color: #66090E;
}
.TagClassName
{
border-color: #66090E;
}
</style>