Shades of Claret #660F2E
Tints of Claret #660F2E
RGB
CMYK
RGB Variations
Color information
#660F2E (or 0x660F2E) is known color: Claret. HEX triplet: 66, 0F and 2E. RGB value is (102,15,46). Sum of RGB (Red+Green+Blue) = 102+15+46=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #660F2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F2E is #99F0D1. Grayscale: #2C2C2C. Windows color (decimal): -10088658 or 3018598. OLE color: 3018598.
HSL color Cylindrical-coordinate representation of color #660F2E: hue angle of 338.62º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F2E is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 46 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.6 |
| HSL | 338.62º | 0.74% | 0.23% | - |
| HSV(B) | 338.62º | 0.85% | 0.4% | - |
| XYZ | 6.14 | 3.36 | 2.91 | - |
| YUV | 44.55 | 128.82 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 46 | 0 | 0.85 | 0.55 | 0.6 | 338.62 | 0.74 | 0.23 |
| Hex | 66 | F | 2E | 0 | 55 | 37 | 3C | 153 | 4A | 17 |
| Octal | 146 | 17 | 56 | 0 | 125 | 67 | 74 | 523 | 112 | 27 |
| Binary | 1100110 | 1111 | 101110 | 0 | 1010101 | 110111 | 111100 | 101010011 | 1001010 | 10111 |
Color Harmonies of #660F2E
Complementary color
Monochromatic Colors of #660F2E
Black with #660F2E
Text Example
Text Example
White with #660F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F2E; }
p { color: rgb(102,15,46); }
H1.HeaderClassName
{
color: #660F2E;
}
.AnyTagClassName
{
color: #660F2E;
}
</style>
background-color css
<style>
a { background-color: #660F2E; }
a { background-color: rgb(102,15,46); }
div.DivClassName
{
background-color: #660F2E;
}
.BgClassName
{
background-color: #660F2E;
}
</style>
border-color css
<style>
span { border-color: #660F2E; }
span { border-color: rgb(102,15,46); }
td.TdClassName
{
border-color: #660F2E;
}
.TagClassName
{
border-color: #660F2E;
}
</style>