Shades of Claret #66142F
Tints of Claret #66142F
RGB
CMYK
RGB Variations
Color information
#66142F (or 0x66142F) is known color: Claret. HEX triplet: 66, 14 and 2F. RGB value is (102,20,47). Sum of RGB (Red+Green+Blue) = 102+20+47=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #66142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66142F is #99EBD0. Grayscale: #2F2F2F. Windows color (decimal): -10087377 or 3085414. OLE color: 3085414.
HSL color Cylindrical-coordinate representation of color #66142F: hue angle of 340.24º 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 #66142F is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 20 | 47 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.6 |
| HSL | 340.24º | 0.67% | 0.24% | - |
| HSV(B) | 340.24º | 0.8% | 0.4% | - |
| XYZ | 6.24 | 3.53 | 3.04 | - |
| YUV | 47.6 | 127.67 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 47 | 0 | 0.80 | 0.54 | 0.6 | 340.24 | 0.67 | 0.24 |
| Hex | 66 | 14 | 2F | 0 | 50 | 36 | 3C | 154 | 43 | 18 |
| Octal | 146 | 24 | 57 | 0 | 120 | 66 | 74 | 524 | 103 | 30 |
| Binary | 1100110 | 10100 | 101111 | 0 | 1010000 | 110110 | 111100 | 101010100 | 1000011 | 11000 |
Color Harmonies of #66142F
Complementary color
Monochromatic Colors of #66142F
Black with #66142F
Text Example
Text Example
White with #66142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66142F; }
p { color: rgb(102,20,47); }
H1.HeaderClassName
{
color: #66142F;
}
.AnyTagClassName
{
color: #66142F;
}
</style>
background-color css
<style>
a { background-color: #66142F; }
a { background-color: rgb(102,20,47); }
div.DivClassName
{
background-color: #66142F;
}
.BgClassName
{
background-color: #66142F;
}
</style>
border-color css
<style>
span { border-color: #66142F; }
span { border-color: rgb(102,20,47); }
td.TdClassName
{
border-color: #66142F;
}
.TagClassName
{
border-color: #66142F;
}
</style>