Shades of Pohutukawa #660D17
Tints of Pohutukawa #660D17
RGB
CMYK
RGB Variations
Color information
#660D17 (or 0x660D17) is known color: Pohutukawa. HEX triplet: 66, 0D and 17. RGB value is (102,13,23). Sum of RGB (Red+Green+Blue) = 102+13+23=138 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.91% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 102 - color contains mainly: red. Hex color #660D17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660D17 is #99F2E8. Grayscale: #282828. Windows color (decimal): -10089193 or 1510758. OLE color: 1510758.
HSL color Cylindrical-coordinate representation of color #660D17: hue angle of 353.26º 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 #660D17 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 23 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.6 |
| HSL | 353.26º | 0.77% | 0.23% | - |
| HSV(B) | 353.26º | 0.87% | 0.4% | - |
| XYZ | 5.78 | 3.17 | 1.12 | - |
| YUV | 40.75 | 117.99 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 23 | 0 | 0.87 | 0.77 | 0.6 | 353.26 | 0.77 | 0.23 |
| Hex | 66 | D | 17 | 0 | 57 | 4D | 3C | 161 | 4D | 17 |
| Octal | 146 | 15 | 27 | 0 | 127 | 115 | 74 | 541 | 115 | 27 |
| Binary | 1100110 | 1101 | 10111 | 0 | 1010111 | 1001101 | 111100 | 101100001 | 1001101 | 10111 |
Color Harmonies of #660D17
Complementary color
Monochromatic Colors of #660D17
Black with #660D17
Text Example
Text Example
White with #660D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D17; }
p { color: rgb(102,13,23); }
H1.HeaderClassName
{
color: #660D17;
}
.AnyTagClassName
{
color: #660D17;
}
</style>
background-color css
<style>
a { background-color: #660D17; }
a { background-color: rgb(102,13,23); }
div.DivClassName
{
background-color: #660D17;
}
.BgClassName
{
background-color: #660D17;
}
</style>
border-color css
<style>
span { border-color: #660D17; }
span { border-color: rgb(102,13,23); }
td.TdClassName
{
border-color: #660D17;
}
.TagClassName
{
border-color: #660D17;
}
</style>