Shades of Pohutukawa #660717
Tints of Pohutukawa #660717
RGB
CMYK
RGB Variations
Color information
#660717 (or 0x660717) is known color: Pohutukawa. HEX triplet: 66, 07 and 17. RGB value is (102,7,23). Sum of RGB (Red+Green+Blue) = 102+7+23=132 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.27% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 102 - color contains mainly: red. Hex color #660717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660717 is #99F8E8. Grayscale: #252525. Windows color (decimal): -10090729 or 1509222. OLE color: 1509222.
HSL color Cylindrical-coordinate representation of color #660717: hue angle of 349.89º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660717 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 7 | 23 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.6 |
| HSL | 349.89º | 0.87% | 0.21% | - |
| HSV(B) | 349.89º | 0.93% | 0.4% | - |
| XYZ | 5.71 | 3.04 | 1.1 | - |
| YUV | 37.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 23 | 0 | 0.93 | 0.77 | 0.6 | 349.89 | 0.87 | 0.21 |
| Hex | 66 | 7 | 17 | 0 | 5D | 4D | 3C | 15E | 57 | 15 |
| Octal | 146 | 7 | 27 | 0 | 135 | 115 | 74 | 536 | 127 | 25 |
| Binary | 1100110 | 111 | 10111 | 0 | 1011101 | 1001101 | 111100 | 101011110 | 1010111 | 10101 |
Color Harmonies of #660717
Complementary color
Monochromatic Colors of #660717
Black with #660717
Text Example
Text Example
White with #660717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660717; }
p { color: rgb(102,7,23); }
H1.HeaderClassName
{
color: #660717;
}
.AnyTagClassName
{
color: #660717;
}
</style>
background-color css
<style>
a { background-color: #660717; }
a { background-color: rgb(102,7,23); }
div.DivClassName
{
background-color: #660717;
}
.BgClassName
{
background-color: #660717;
}
</style>
border-color css
<style>
span { border-color: #660717; }
span { border-color: rgb(102,7,23); }
td.TdClassName
{
border-color: #660717;
}
.TagClassName
{
border-color: #660717;
}
</style>