Shades of Claret #66162F
Tints of Claret #66162F
RGB
CMYK
RGB Variations
Color information
#66162F (or 0x66162F) is known color: Claret. HEX triplet: 66, 16 and 2F. RGB value is (102,22,47). Sum of RGB (Red+Green+Blue) = 102+22+47=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #66162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66162F is #99E9D0. Grayscale: #303030. Windows color (decimal): -10086865 or 3085926. OLE color: 3085926.
HSL color Cylindrical-coordinate representation of color #66162F: hue angle of 341.25º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66162F is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 22 | 47 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.6 |
| HSL | 341.25º | 0.65% | 0.24% | - |
| HSV(B) | 341.25º | 0.78% | 0.4% | - |
| XYZ | 6.28 | 3.6 | 3.05 | - |
| YUV | 48.77 | 127 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 47 | 0 | 0.78 | 0.54 | 0.6 | 341.25 | 0.65 | 0.24 |
| Hex | 66 | 16 | 2F | 0 | 4E | 36 | 3C | 155 | 41 | 18 |
| Octal | 146 | 26 | 57 | 0 | 116 | 66 | 74 | 525 | 101 | 30 |
| Binary | 1100110 | 10110 | 101111 | 0 | 1001110 | 110110 | 111100 | 101010101 | 1000001 | 11000 |
Color Harmonies of #66162F
Complementary color
Monochromatic Colors of #66162F
Black with #66162F
Text Example
Text Example
White with #66162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66162F; }
p { color: rgb(102,22,47); }
H1.HeaderClassName
{
color: #66162F;
}
.AnyTagClassName
{
color: #66162F;
}
</style>
background-color css
<style>
a { background-color: #66162F; }
a { background-color: rgb(102,22,47); }
div.DivClassName
{
background-color: #66162F;
}
.BgClassName
{
background-color: #66162F;
}
</style>
border-color css
<style>
span { border-color: #66162F; }
span { border-color: rgb(102,22,47); }
td.TdClassName
{
border-color: #66162F;
}
.TagClassName
{
border-color: #66162F;
}
</style>