Shades of Pohutukawa #660D2C
Tints of Pohutukawa #660D2C
RGB
CMYK
RGB Variations
Color information
#660D2C (or 0x660D2C) is known color: Pohutukawa. HEX triplet: 66, 0D and 2C. RGB value is (102,13,44). Sum of RGB (Red+Green+Blue) = 102+13+44=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #660D2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D2C is #99F2D3. Grayscale: #2B2B2B. Windows color (decimal): -10089172 or 2887014. OLE color: 2887014.
HSL color Cylindrical-coordinate representation of color #660D2C: hue angle of 339.1º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660D2C is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 44 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.6 |
| HSL | 339.1º | 0.77% | 0.23% | - |
| HSV(B) | 339.1º | 0.87% | 0.4% | - |
| XYZ | 6.08 | 3.29 | 2.7 | - |
| YUV | 43.15 | 128.49 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 44 | 0 | 0.87 | 0.57 | 0.6 | 339.1 | 0.77 | 0.23 |
| Hex | 66 | D | 2C | 0 | 57 | 39 | 3C | 153 | 4D | 17 |
| Octal | 146 | 15 | 54 | 0 | 127 | 71 | 74 | 523 | 115 | 27 |
| Binary | 1100110 | 1101 | 101100 | 0 | 1010111 | 111001 | 111100 | 101010011 | 1001101 | 10111 |
Color Harmonies of #660D2C
Complementary color
Monochromatic Colors of #660D2C
Black with #660D2C
Text Example
Text Example
White with #660D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D2C; }
p { color: rgb(102,13,44); }
H1.HeaderClassName
{
color: #660D2C;
}
.AnyTagClassName
{
color: #660D2C;
}
</style>
background-color css
<style>
a { background-color: #660D2C; }
a { background-color: rgb(102,13,44); }
div.DivClassName
{
background-color: #660D2C;
}
.BgClassName
{
background-color: #660D2C;
}
</style>
border-color css
<style>
span { border-color: #660D2C; }
span { border-color: rgb(102,13,44); }
td.TdClassName
{
border-color: #660D2C;
}
.TagClassName
{
border-color: #660D2C;
}
</style>