Shades of Pohutukawa #66080B
Tints of Pohutukawa #66080B
RGB
CMYK
RGB Variations
Color information
#66080B (or 0x66080B) is known color: Pohutukawa. HEX triplet: 66, 08 and 0B. RGB value is (102,8,11). Sum of RGB (Red+Green+Blue) = 102+8+11=121 (16% of max value = 765). Red value is 102 (40.23% from 255 or 84.30% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 102 - color contains mainly: red. Hex color #66080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66080B is #99F7F4. Grayscale: #242424. Windows color (decimal): -10090485 or 723046. OLE color: 723046.
HSL color Cylindrical-coordinate representation of color #66080B: hue angle of 358.09º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66080B is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 8 | 11 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.6 |
| HSL | 358.09º | 0.85% | 0.22% | - |
| HSV(B) | 358.09º | 0.92% | 0.4% | - |
| XYZ | 5.63 | 3.02 | 0.6 | - |
| YUV | 36.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 11 | 0 | 0.92 | 0.89 | 0.6 | 358.09 | 0.85 | 0.22 |
| Hex | 66 | 8 | B | 0 | 5C | 59 | 3C | 166 | 55 | 16 |
| Octal | 146 | 10 | 13 | 0 | 134 | 131 | 74 | 546 | 125 | 26 |
| Binary | 1100110 | 1000 | 1011 | 0 | 1011100 | 1011001 | 111100 | 101100110 | 1010101 | 10110 |
Color Harmonies of #66080B
Complementary color
Monochromatic Colors of #66080B
Black with #66080B
Text Example
Text Example
White with #66080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66080B; }
p { color: rgb(102,8,11); }
H1.HeaderClassName
{
color: #66080B;
}
.AnyTagClassName
{
color: #66080B;
}
</style>
background-color css
<style>
a { background-color: #66080B; }
a { background-color: rgb(102,8,11); }
div.DivClassName
{
background-color: #66080B;
}
.BgClassName
{
background-color: #66080B;
}
</style>
border-color css
<style>
span { border-color: #66080B; }
span { border-color: rgb(102,8,11); }
td.TdClassName
{
border-color: #66080B;
}
.TagClassName
{
border-color: #66080B;
}
</style>