Shades of Pohutukawa #660C0D
Tints of Pohutukawa #660C0D
RGB
CMYK
RGB Variations
Color information
#660C0D (or 0x660C0D) is known color: Pohutukawa. HEX triplet: 66, 0C and 0D. RGB value is (102,12,13). Sum of RGB (Red+Green+Blue) = 102+12+13=127 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.31% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 102 - color contains mainly: red. Hex color #660C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660C0D is #99F3F2. Grayscale: #272727. Windows color (decimal): -10089459 or 855142. OLE color: 855142.
HSL color Cylindrical-coordinate representation of color #660C0D: hue angle of 359.33º 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 #660C0D is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 12 | 13 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.6 |
| HSL | 359.33º | 0.79% | 0.22% | - |
| HSV(B) | 359.33º | 0.88% | 0.4% | - |
| XYZ | 5.68 | 3.12 | 0.68 | - |
| YUV | 39.02 | 113.32 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 13 | 0 | 0.88 | 0.87 | 0.6 | 359.33 | 0.79 | 0.22 |
| Hex | 66 | C | D | 0 | 58 | 57 | 3C | 167 | 4F | 16 |
| Octal | 146 | 14 | 15 | 0 | 130 | 127 | 74 | 547 | 117 | 26 |
| Binary | 1100110 | 1100 | 1101 | 0 | 1011000 | 1010111 | 111100 | 101100111 | 1001111 | 10110 |
Color Harmonies of #660C0D
Complementary color
Monochromatic Colors of #660C0D
Black with #660C0D
Text Example
Text Example
White with #660C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660C0D; }
p { color: rgb(102,12,13); }
H1.HeaderClassName
{
color: #660C0D;
}
.AnyTagClassName
{
color: #660C0D;
}
</style>
background-color css
<style>
a { background-color: #660C0D; }
a { background-color: rgb(102,12,13); }
div.DivClassName
{
background-color: #660C0D;
}
.BgClassName
{
background-color: #660C0D;
}
</style>
border-color css
<style>
span { border-color: #660C0D; }
span { border-color: rgb(102,12,13); }
td.TdClassName
{
border-color: #660C0D;
}
.TagClassName
{
border-color: #660C0D;
}
</style>