Shades of Pohutukawa #660E2A
Tints of Pohutukawa #660E2A
RGB
CMYK
RGB Variations
Color information
#660E2A (or 0x660E2A) is known color: Pohutukawa. HEX triplet: 66, 0E and 2A. RGB value is (102,14,42). Sum of RGB (Red+Green+Blue) = 102+14+42=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 14 (5.86% from 255 or 8.86% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #660E2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660E2A is #99F1D5. Grayscale: #2B2B2B. Windows color (decimal): -10088918 or 2756198. OLE color: 2756198.
HSL color Cylindrical-coordinate representation of color #660E2A: hue angle of 340.91º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #660E2A is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 14 | 42 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.6 |
| HSL | 340.91º | 0.76% | 0.23% | - |
| HSV(B) | 340.91º | 0.86% | 0.4% | - |
| XYZ | 6.05 | 3.31 | 2.51 | - |
| YUV | 43.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 42 | 0 | 0.86 | 0.59 | 0.6 | 340.91 | 0.76 | 0.23 |
| Hex | 66 | E | 2A | 0 | 56 | 3B | 3C | 155 | 4C | 17 |
| Octal | 146 | 16 | 52 | 0 | 126 | 73 | 74 | 525 | 114 | 27 |
| Binary | 1100110 | 1110 | 101010 | 0 | 1010110 | 111011 | 111100 | 101010101 | 1001100 | 10111 |
Color Harmonies of #660E2A
Complementary color
Monochromatic Colors of #660E2A
Black with #660E2A
Text Example
Text Example
White with #660E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660E2A; }
p { color: rgb(102,14,42); }
H1.HeaderClassName
{
color: #660E2A;
}
.AnyTagClassName
{
color: #660E2A;
}
</style>
background-color css
<style>
a { background-color: #660E2A; }
a { background-color: rgb(102,14,42); }
div.DivClassName
{
background-color: #660E2A;
}
.BgClassName
{
background-color: #660E2A;
}
</style>
border-color css
<style>
span { border-color: #660E2A; }
span { border-color: rgb(102,14,42); }
td.TdClassName
{
border-color: #660E2A;
}
.TagClassName
{
border-color: #660E2A;
}
</style>