Shades of Pohutukawa #660A29
Tints of Pohutukawa #660A29
RGB
CMYK
RGB Variations
Color information
#660A29 (or 0x660A29) is known color: Pohutukawa. HEX triplet: 66, 0A and 29. RGB value is (102,10,41). Sum of RGB (Red+Green+Blue) = 102+10+41=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #660A29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A29 is #99F5D6. Grayscale: #292929. Windows color (decimal): -10089943 or 2689638. OLE color: 2689638.
HSL color Cylindrical-coordinate representation of color #660A29: hue angle of 339.78º 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 #660A29 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 10 | 41 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.6 |
| HSL | 339.78º | 0.82% | 0.22% | - |
| HSV(B) | 339.78º | 0.9% | 0.4% | - |
| XYZ | 5.99 | 3.2 | 2.4 | - |
| YUV | 41.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 41 | 0 | 0.90 | 0.60 | 0.6 | 339.78 | 0.82 | 0.22 |
| Hex | 66 | A | 29 | 0 | 5A | 3C | 3C | 154 | 52 | 16 |
| Octal | 146 | 12 | 51 | 0 | 132 | 74 | 74 | 524 | 122 | 26 |
| Binary | 1100110 | 1010 | 101001 | 0 | 1011010 | 111100 | 111100 | 101010100 | 1010010 | 10110 |
Color Harmonies of #660A29
Complementary color
Monochromatic Colors of #660A29
Black with #660A29
Text Example
Text Example
White with #660A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A29; }
p { color: rgb(102,10,41); }
H1.HeaderClassName
{
color: #660A29;
}
.AnyTagClassName
{
color: #660A29;
}
</style>
background-color css
<style>
a { background-color: #660A29; }
a { background-color: rgb(102,10,41); }
div.DivClassName
{
background-color: #660A29;
}
.BgClassName
{
background-color: #660A29;
}
</style>
border-color css
<style>
span { border-color: #660A29; }
span { border-color: rgb(102,10,41); }
td.TdClassName
{
border-color: #660A29;
}
.TagClassName
{
border-color: #660A29;
}
</style>