Shades of Pohutukawa #660A20
Tints of Pohutukawa #660A20
RGB
CMYK
RGB Variations
Color information
#660A20 (or 0x660A20) is known color: Pohutukawa. HEX triplet: 66, 0A and 20. RGB value is (102,10,32). Sum of RGB (Red+Green+Blue) = 102+10+32=144 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.83% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 102 - color contains mainly: red. Hex color #660A20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A20 is #99F5DF. Grayscale: #282828. Windows color (decimal): -10089952 or 2099814. OLE color: 2099814.
HSL color Cylindrical-coordinate representation of color #660A20: hue angle of 345.65º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A20 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 10 | 32 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.6 |
| HSL | 345.65º | 0.82% | 0.22% | - |
| HSV(B) | 345.65º | 0.9% | 0.4% | - |
| XYZ | 5.85 | 3.15 | 1.67 | - |
| YUV | 40.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 32 | 0 | 0.90 | 0.69 | 0.6 | 345.65 | 0.82 | 0.22 |
| Hex | 66 | A | 20 | 0 | 5A | 45 | 3C | 15A | 52 | 16 |
| Octal | 146 | 12 | 40 | 0 | 132 | 105 | 74 | 532 | 122 | 26 |
| Binary | 1100110 | 1010 | 100000 | 0 | 1011010 | 1000101 | 111100 | 101011010 | 1010010 | 10110 |
Color Harmonies of #660A20
Complementary color
Monochromatic Colors of #660A20
Black with #660A20
Text Example
Text Example
White with #660A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A20; }
p { color: rgb(102,10,32); }
H1.HeaderClassName
{
color: #660A20;
}
.AnyTagClassName
{
color: #660A20;
}
</style>
background-color css
<style>
a { background-color: #660A20; }
a { background-color: rgb(102,10,32); }
div.DivClassName
{
background-color: #660A20;
}
.BgClassName
{
background-color: #660A20;
}
</style>
border-color css
<style>
span { border-color: #660A20; }
span { border-color: rgb(102,10,32); }
td.TdClassName
{
border-color: #660A20;
}
.TagClassName
{
border-color: #660A20;
}
</style>