Shades of Pohutukawa #66090B
Tints of Pohutukawa #66090B
RGB
CMYK
RGB Variations
Color information
#66090B (or 0x66090B) is known color: Pohutukawa. HEX triplet: 66, 09 and 0B. RGB value is (102,9,11). Sum of RGB (Red+Green+Blue) = 102+9+11=122 (16% of max value = 765). Red value is 102 (40.23% from 255 or 83.61% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 102 - color contains mainly: red. Hex color #66090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66090B is #99F6F4. Grayscale: #252525. Windows color (decimal): -10090229 or 723302. OLE color: 723302.
HSL color Cylindrical-coordinate representation of color #66090B: hue angle of 358.71º 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 #66090B is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 9 | 11 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.6 |
| HSL | 358.71º | 0.84% | 0.22% | - |
| HSV(B) | 358.71º | 0.91% | 0.4% | - |
| XYZ | 5.64 | 3.04 | 0.61 | - |
| YUV | 37.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 11 | 0 | 0.91 | 0.89 | 0.6 | 358.71 | 0.84 | 0.22 |
| Hex | 66 | 9 | B | 0 | 5B | 59 | 3C | 167 | 54 | 16 |
| Octal | 146 | 11 | 13 | 0 | 133 | 131 | 74 | 547 | 124 | 26 |
| Binary | 1100110 | 1001 | 1011 | 0 | 1011011 | 1011001 | 111100 | 101100111 | 1010100 | 10110 |
Color Harmonies of #66090B
Complementary color
Monochromatic Colors of #66090B
Black with #66090B
Text Example
Text Example
White with #66090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66090B; }
p { color: rgb(102,9,11); }
H1.HeaderClassName
{
color: #66090B;
}
.AnyTagClassName
{
color: #66090B;
}
</style>
background-color css
<style>
a { background-color: #66090B; }
a { background-color: rgb(102,9,11); }
div.DivClassName
{
background-color: #66090B;
}
.BgClassName
{
background-color: #66090B;
}
</style>
border-color css
<style>
span { border-color: #66090B; }
span { border-color: rgb(102,9,11); }
td.TdClassName
{
border-color: #66090B;
}
.TagClassName
{
border-color: #66090B;
}
</style>