Shades of Pohutukawa #660C29
Tints of Pohutukawa #660C29
RGB
CMYK
RGB Variations
Color information
#660C29 (or 0x660C29) is known color: Pohutukawa. HEX triplet: 66, 0C and 29. RGB value is (102,12,41). Sum of RGB (Red+Green+Blue) = 102+12+41=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #660C29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660C29 is #99F3D6. Grayscale: #2A2A2A. Windows color (decimal): -10089431 or 2690150. OLE color: 2690150.
HSL color Cylindrical-coordinate representation of color #660C29: hue angle of 340.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #660C29 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 12 | 41 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.6 |
| HSL | 340.67º | 0.79% | 0.22% | - |
| HSV(B) | 340.67º | 0.88% | 0.4% | - |
| XYZ | 6.01 | 3.25 | 2.41 | - |
| YUV | 42.22 | 127.32 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 41 | 0 | 0.88 | 0.60 | 0.6 | 340.67 | 0.79 | 0.22 |
| Hex | 66 | C | 29 | 0 | 58 | 3C | 3C | 155 | 4F | 16 |
| Octal | 146 | 14 | 51 | 0 | 130 | 74 | 74 | 525 | 117 | 26 |
| Binary | 1100110 | 1100 | 101001 | 0 | 1011000 | 111100 | 111100 | 101010101 | 1001111 | 10110 |
Color Harmonies of #660C29
Complementary color
Monochromatic Colors of #660C29
Black with #660C29
Text Example
Text Example
White with #660C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660C29; }
p { color: rgb(102,12,41); }
H1.HeaderClassName
{
color: #660C29;
}
.AnyTagClassName
{
color: #660C29;
}
</style>
background-color css
<style>
a { background-color: #660C29; }
a { background-color: rgb(102,12,41); }
div.DivClassName
{
background-color: #660C29;
}
.BgClassName
{
background-color: #660C29;
}
</style>
border-color css
<style>
span { border-color: #660C29; }
span { border-color: rgb(102,12,41); }
td.TdClassName
{
border-color: #660C29;
}
.TagClassName
{
border-color: #660C29;
}
</style>