Shades of Pohutukawa #66080A
Tints of Pohutukawa #66080A
RGB
CMYK
RGB Variations
Color information
#66080A (or 0x66080A) is known color: Pohutukawa. HEX triplet: 66, 08 and 0A. RGB value is (102,8,10). Sum of RGB (Red+Green+Blue) = 102+8+10=120 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 102 - color contains mainly: red. Hex color #66080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66080A is #99F7F5. Grayscale: #242424. Windows color (decimal): -10090486 or 657510. OLE color: 657510.
HSL color Cylindrical-coordinate representation of color #66080A: hue angle of 358.72º 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 #66080A is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 8 | 10 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.6 |
| HSL | 358.72º | 0.85% | 0.22% | - |
| HSV(B) | 358.72º | 0.92% | 0.4% | - |
| XYZ | 5.62 | 3.02 | 0.57 | - |
| YUV | 36.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 10 | 0 | 0.92 | 0.90 | 0.6 | 358.72 | 0.85 | 0.22 |
| Hex | 66 | 8 | A | 0 | 5C | 5A | 3C | 167 | 55 | 16 |
| Octal | 146 | 10 | 12 | 0 | 134 | 132 | 74 | 547 | 125 | 26 |
| Binary | 1100110 | 1000 | 1010 | 0 | 1011100 | 1011010 | 111100 | 101100111 | 1010101 | 10110 |
Color Harmonies of #66080A
Complementary color
Monochromatic Colors of #66080A
Black with #66080A
Text Example
Text Example
White with #66080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66080A; }
p { color: rgb(102,8,10); }
H1.HeaderClassName
{
color: #66080A;
}
.AnyTagClassName
{
color: #66080A;
}
</style>
background-color css
<style>
a { background-color: #66080A; }
a { background-color: rgb(102,8,10); }
div.DivClassName
{
background-color: #66080A;
}
.BgClassName
{
background-color: #66080A;
}
</style>
border-color css
<style>
span { border-color: #66080A; }
span { border-color: rgb(102,8,10); }
td.TdClassName
{
border-color: #66080A;
}
.TagClassName
{
border-color: #66080A;
}
</style>