Shades of Claret #66102E
Tints of Claret #66102E
RGB
CMYK
RGB Variations
Color information
#66102E (or 0x66102E) is known color: Claret. HEX triplet: 66, 10 and 2E. RGB value is (102,16,46). Sum of RGB (Red+Green+Blue) = 102+16+46=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #66102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66102E is #99EFD1. Grayscale: #2D2D2D. Windows color (decimal): -10088402 or 3018854. OLE color: 3018854.
HSL color Cylindrical-coordinate representation of color #66102E: hue angle of 339.07º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66102E is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 16 | 46 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.6 |
| HSL | 339.07º | 0.73% | 0.23% | - |
| HSV(B) | 339.07º | 0.84% | 0.4% | - |
| XYZ | 6.16 | 3.39 | 2.92 | - |
| YUV | 45.13 | 128.49 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 16 | 46 | 0 | 0.84 | 0.55 | 0.6 | 339.07 | 0.73 | 0.23 |
| Hex | 66 | 10 | 2E | 0 | 54 | 37 | 3C | 153 | 49 | 17 |
| Octal | 146 | 20 | 56 | 0 | 124 | 67 | 74 | 523 | 111 | 27 |
| Binary | 1100110 | 10000 | 101110 | 0 | 1010100 | 110111 | 111100 | 101010011 | 1001001 | 10111 |
Color Harmonies of #66102E
Complementary color
Monochromatic Colors of #66102E
Black with #66102E
Text Example
Text Example
White with #66102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66102E; }
p { color: rgb(102,16,46); }
H1.HeaderClassName
{
color: #66102E;
}
.AnyTagClassName
{
color: #66102E;
}
</style>
background-color css
<style>
a { background-color: #66102E; }
a { background-color: rgb(102,16,46); }
div.DivClassName
{
background-color: #66102E;
}
.BgClassName
{
background-color: #66102E;
}
</style>
border-color css
<style>
span { border-color: #66102E; }
span { border-color: rgb(102,16,46); }
td.TdClassName
{
border-color: #66102E;
}
.TagClassName
{
border-color: #66102E;
}
</style>