Shades of Claret #661632
Tints of Claret #661632
RGB
CMYK
RGB Variations
Color information
#661632 (or 0x661632) is known color: Claret. HEX triplet: 66, 16 and 32. RGB value is (102,22,50). Sum of RGB (Red+Green+Blue) = 102+22+50=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #661632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661632 is #99E9CD. Grayscale: #313131. Windows color (decimal): -10086862 or 3282534. OLE color: 3282534.
HSL color Cylindrical-coordinate representation of color #661632: hue angle of 339º 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 #661632 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 22 | 50 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.6 |
| HSL | 339º | 0.65% | 0.24% | - |
| HSV(B) | 339º | 0.78% | 0.4% | - |
| XYZ | 6.34 | 3.63 | 3.38 | - |
| YUV | 49.11 | 128.5 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 50 | 0 | 0.78 | 0.51 | 0.6 | 339 | 0.65 | 0.24 |
| Hex | 66 | 16 | 32 | 0 | 4E | 33 | 3C | 153 | 41 | 18 |
| Octal | 146 | 26 | 62 | 0 | 116 | 63 | 74 | 523 | 101 | 30 |
| Binary | 1100110 | 10110 | 110010 | 0 | 1001110 | 110011 | 111100 | 101010011 | 1000001 | 11000 |
Color Harmonies of #661632
Complementary color
Monochromatic Colors of #661632
Black with #661632
Text Example
Text Example
White with #661632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661632; }
p { color: rgb(102,22,50); }
H1.HeaderClassName
{
color: #661632;
}
.AnyTagClassName
{
color: #661632;
}
</style>
background-color css
<style>
a { background-color: #661632; }
a { background-color: rgb(102,22,50); }
div.DivClassName
{
background-color: #661632;
}
.BgClassName
{
background-color: #661632;
}
</style>
border-color css
<style>
span { border-color: #661632; }
span { border-color: rgb(102,22,50); }
td.TdClassName
{
border-color: #661632;
}
.TagClassName
{
border-color: #661632;
}
</style>