Shades of Pohutukawa #660812
Tints of Pohutukawa #660812
RGB
CMYK
RGB Variations
Color information
#660812 (or 0x660812) is known color: Pohutukawa. HEX triplet: 66, 08 and 12. RGB value is (102,8,18). Sum of RGB (Red+Green+Blue) = 102+8+18=128 (16% of max value = 765). Red value is 102 (40.23% from 255 or 79.69% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 102 - color contains mainly: red. Hex color #660812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660812 is #99F7ED. Grayscale: #252525. Windows color (decimal): -10090478 or 1181798. OLE color: 1181798.
HSL color Cylindrical-coordinate representation of color #660812: hue angle of 353.62º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660812 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 8 | 18 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.6 |
| HSL | 353.62º | 0.85% | 0.22% | - |
| HSV(B) | 353.62º | 0.92% | 0.4% | - |
| XYZ | 5.68 | 3.04 | 0.86 | - |
| YUV | 37.25 | 117.14 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 18 | 0 | 0.92 | 0.82 | 0.6 | 353.62 | 0.85 | 0.22 |
| Hex | 66 | 8 | 12 | 0 | 5C | 52 | 3C | 162 | 55 | 16 |
| Octal | 146 | 10 | 22 | 0 | 134 | 122 | 74 | 542 | 125 | 26 |
| Binary | 1100110 | 1000 | 10010 | 0 | 1011100 | 1010010 | 111100 | 101100010 | 1010101 | 10110 |
Color Harmonies of #660812
Complementary color
Monochromatic Colors of #660812
Black with #660812
Text Example
Text Example
White with #660812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660812; }
p { color: rgb(102,8,18); }
H1.HeaderClassName
{
color: #660812;
}
.AnyTagClassName
{
color: #660812;
}
</style>
background-color css
<style>
a { background-color: #660812; }
a { background-color: rgb(102,8,18); }
div.DivClassName
{
background-color: #660812;
}
.BgClassName
{
background-color: #660812;
}
</style>
border-color css
<style>
span { border-color: #660812; }
span { border-color: rgb(102,8,18); }
td.TdClassName
{
border-color: #660812;
}
.TagClassName
{
border-color: #660812;
}
</style>