Shades of Claret #66102F
Tints of Claret #66102F
RGB
CMYK
RGB Variations
Color information
#66102F (or 0x66102F) is known color: Claret. HEX triplet: 66, 10 and 2F. RGB value is (102,16,47). Sum of RGB (Red+Green+Blue) = 102+16+47=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #66102F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66102F is #99EFD0. Grayscale: #2D2D2D. Windows color (decimal): -10088401 or 3084390. OLE color: 3084390.
HSL color Cylindrical-coordinate representation of color #66102F: hue angle of 338.37º 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 #66102F is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 16 | 47 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.6 |
| HSL | 338.37º | 0.73% | 0.23% | - |
| HSV(B) | 338.37º | 0.84% | 0.4% | - |
| XYZ | 6.18 | 3.4 | 3.02 | - |
| YUV | 45.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 16 | 47 | 0 | 0.84 | 0.54 | 0.6 | 338.37 | 0.73 | 0.23 |
| Hex | 66 | 10 | 2F | 0 | 54 | 36 | 3C | 152 | 49 | 17 |
| Octal | 146 | 20 | 57 | 0 | 124 | 66 | 74 | 522 | 111 | 27 |
| Binary | 1100110 | 10000 | 101111 | 0 | 1010100 | 110110 | 111100 | 101010010 | 1001001 | 10111 |
Color Harmonies of #66102F
Complementary color
Monochromatic Colors of #66102F
Black with #66102F
Text Example
Text Example
White with #66102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66102F; }
p { color: rgb(102,16,47); }
H1.HeaderClassName
{
color: #66102F;
}
.AnyTagClassName
{
color: #66102F;
}
</style>
background-color css
<style>
a { background-color: #66102F; }
a { background-color: rgb(102,16,47); }
div.DivClassName
{
background-color: #66102F;
}
.BgClassName
{
background-color: #66102F;
}
</style>
border-color css
<style>
span { border-color: #66102F; }
span { border-color: rgb(102,16,47); }
td.TdClassName
{
border-color: #66102F;
}
.TagClassName
{
border-color: #66102F;
}
</style>