Shades of Claret #661634
Tints of Claret #661634
RGB
CMYK
RGB Variations
Color information
#661634 (or 0x661634) is known color: Claret. HEX triplet: 66, 16 and 34. RGB value is (102,22,52). Sum of RGB (Red+Green+Blue) = 102+22+52=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #661634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661634 is #99E9CB. Grayscale: #313131. Windows color (decimal): -10086860 or 3413606. OLE color: 3413606.
HSL color Cylindrical-coordinate representation of color #661634: hue angle of 337.5º 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 #661634 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 22 | 52 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.6 |
| HSL | 337.5º | 0.65% | 0.24% | - |
| HSV(B) | 337.5º | 0.78% | 0.4% | - |
| XYZ | 6.39 | 3.65 | 3.62 | - |
| YUV | 49.34 | 129.5 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 52 | 0 | 0.78 | 0.49 | 0.6 | 337.5 | 0.65 | 0.24 |
| Hex | 66 | 16 | 34 | 0 | 4E | 31 | 3C | 152 | 41 | 18 |
| Octal | 146 | 26 | 64 | 0 | 116 | 61 | 74 | 522 | 101 | 30 |
| Binary | 1100110 | 10110 | 110100 | 0 | 1001110 | 110001 | 111100 | 101010010 | 1000001 | 11000 |
Color Harmonies of #661634
Complementary color
Monochromatic Colors of #661634
Black with #661634
Text Example
Text Example
White with #661634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661634; }
p { color: rgb(102,22,52); }
H1.HeaderClassName
{
color: #661634;
}
.AnyTagClassName
{
color: #661634;
}
</style>
background-color css
<style>
a { background-color: #661634; }
a { background-color: rgb(102,22,52); }
div.DivClassName
{
background-color: #661634;
}
.BgClassName
{
background-color: #661634;
}
</style>
border-color css
<style>
span { border-color: #661634; }
span { border-color: rgb(102,22,52); }
td.TdClassName
{
border-color: #661634;
}
.TagClassName
{
border-color: #661634;
}
</style>