Shades of Pohutukawa #660D12
Tints of Pohutukawa #660D12
RGB
CMYK
RGB Variations
Color information
#660D12 (or 0x660D12) is known color: Pohutukawa. HEX triplet: 66, 0D and 12. RGB value is (102,13,18). Sum of RGB (Red+Green+Blue) = 102+13+18=133 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.69% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 102 - color contains mainly: red. Hex color #660D12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660D12 is #99F2ED. Grayscale: #282828. Windows color (decimal): -10089198 or 1183078. OLE color: 1183078.
HSL color Cylindrical-coordinate representation of color #660D12: hue angle of 356.63º 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 #660D12 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 18 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.6 |
| HSL | 356.63º | 0.77% | 0.23% | - |
| HSV(B) | 356.63º | 0.87% | 0.4% | - |
| XYZ | 5.73 | 3.16 | 0.88 | - |
| YUV | 40.18 | 115.49 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 18 | 0 | 0.87 | 0.82 | 0.6 | 356.63 | 0.77 | 0.23 |
| Hex | 66 | D | 12 | 0 | 57 | 52 | 3C | 165 | 4D | 17 |
| Octal | 146 | 15 | 22 | 0 | 127 | 122 | 74 | 545 | 115 | 27 |
| Binary | 1100110 | 1101 | 10010 | 0 | 1010111 | 1010010 | 111100 | 101100101 | 1001101 | 10111 |
Color Harmonies of #660D12
Complementary color
Monochromatic Colors of #660D12
Black with #660D12
Text Example
Text Example
White with #660D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D12; }
p { color: rgb(102,13,18); }
H1.HeaderClassName
{
color: #660D12;
}
.AnyTagClassName
{
color: #660D12;
}
</style>
background-color css
<style>
a { background-color: #660D12; }
a { background-color: rgb(102,13,18); }
div.DivClassName
{
background-color: #660D12;
}
.BgClassName
{
background-color: #660D12;
}
</style>
border-color css
<style>
span { border-color: #660D12; }
span { border-color: rgb(102,13,18); }
td.TdClassName
{
border-color: #660D12;
}
.TagClassName
{
border-color: #660D12;
}
</style>