Shades of Claret #66142E
Tints of Claret #66142E
RGB
CMYK
RGB Variations
Color information
#66142E (or 0x66142E) is known color: Claret. HEX triplet: 66, 14 and 2E. RGB value is (102,20,46). Sum of RGB (Red+Green+Blue) = 102+20+46=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #66142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66142E is #99EBD1. Grayscale: #2F2F2F. Windows color (decimal): -10087378 or 3019878. OLE color: 3019878.
HSL color Cylindrical-coordinate representation of color #66142E: hue angle of 340.98º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66142E is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 20 | 46 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.6 |
| HSL | 340.98º | 0.67% | 0.24% | - |
| HSV(B) | 340.98º | 0.8% | 0.4% | - |
| XYZ | 6.22 | 3.52 | 2.94 | - |
| YUV | 47.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 46 | 0 | 0.80 | 0.55 | 0.6 | 340.98 | 0.67 | 0.24 |
| Hex | 66 | 14 | 2E | 0 | 50 | 37 | 3C | 155 | 43 | 18 |
| Octal | 146 | 24 | 56 | 0 | 120 | 67 | 74 | 525 | 103 | 30 |
| Binary | 1100110 | 10100 | 101110 | 0 | 1010000 | 110111 | 111100 | 101010101 | 1000011 | 11000 |
Color Harmonies of #66142E
Complementary color
Monochromatic Colors of #66142E
Black with #66142E
Text Example
Text Example
White with #66142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66142E; }
p { color: rgb(102,20,46); }
H1.HeaderClassName
{
color: #66142E;
}
.AnyTagClassName
{
color: #66142E;
}
</style>
background-color css
<style>
a { background-color: #66142E; }
a { background-color: rgb(102,20,46); }
div.DivClassName
{
background-color: #66142E;
}
.BgClassName
{
background-color: #66142E;
}
</style>
border-color css
<style>
span { border-color: #66142E; }
span { border-color: rgb(102,20,46); }
td.TdClassName
{
border-color: #66142E;
}
.TagClassName
{
border-color: #66142E;
}
</style>