Shades of Pohutukawa #660820
Tints of Pohutukawa #660820
RGB
CMYK
RGB Variations
Color information
#660820 (or 0x660820) is known color: Pohutukawa. HEX triplet: 66, 08 and 20. RGB value is (102,8,32). Sum of RGB (Red+Green+Blue) = 102+8+32=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #660820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660820 is #99F7DF. Grayscale: #262626. Windows color (decimal): -10090464 or 2099302. OLE color: 2099302.
HSL color Cylindrical-coordinate representation of color #660820: hue angle of 344.68º 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 #660820 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 8 | 32 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.6 |
| HSL | 344.68º | 0.85% | 0.22% | - |
| HSV(B) | 344.68º | 0.92% | 0.4% | - |
| XYZ | 5.83 | 3.1 | 1.66 | - |
| YUV | 38.84 | 124.14 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 32 | 0 | 0.92 | 0.69 | 0.6 | 344.68 | 0.85 | 0.22 |
| Hex | 66 | 8 | 20 | 0 | 5C | 45 | 3C | 159 | 55 | 16 |
| Octal | 146 | 10 | 40 | 0 | 134 | 105 | 74 | 531 | 125 | 26 |
| Binary | 1100110 | 1000 | 100000 | 0 | 1011100 | 1000101 | 111100 | 101011001 | 1010101 | 10110 |
Color Harmonies of #660820
Complementary color
Monochromatic Colors of #660820
Black with #660820
Text Example
Text Example
White with #660820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660820; }
p { color: rgb(102,8,32); }
H1.HeaderClassName
{
color: #660820;
}
.AnyTagClassName
{
color: #660820;
}
</style>
background-color css
<style>
a { background-color: #660820; }
a { background-color: rgb(102,8,32); }
div.DivClassName
{
background-color: #660820;
}
.BgClassName
{
background-color: #660820;
}
</style>
border-color css
<style>
span { border-color: #660820; }
span { border-color: rgb(102,8,32); }
td.TdClassName
{
border-color: #660820;
}
.TagClassName
{
border-color: #660820;
}
</style>