Shades of Claret #661232
Tints of Claret #661232
RGB
CMYK
RGB Variations
Color information
#661232 (or 0x661232) is known color: Claret. HEX triplet: 66, 12 and 32. RGB value is (102,18,50). Sum of RGB (Red+Green+Blue) = 102+18+50=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #661232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661232 is #99EDCD. Grayscale: #2E2E2E. Windows color (decimal): -10087886 or 3281510. OLE color: 3281510.
HSL color Cylindrical-coordinate representation of color #661232: hue angle of 337.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661232 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 18 | 50 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.6 |
| HSL | 337.14º | 0.7% | 0.24% | - |
| HSV(B) | 337.14º | 0.82% | 0.4% | - |
| XYZ | 6.27 | 3.49 | 3.36 | - |
| YUV | 46.76 | 129.83 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 50 | 0 | 0.82 | 0.51 | 0.6 | 337.14 | 0.7 | 0.24 |
| Hex | 66 | 12 | 32 | 0 | 52 | 33 | 3C | 151 | 46 | 18 |
| Octal | 146 | 22 | 62 | 0 | 122 | 63 | 74 | 521 | 106 | 30 |
| Binary | 1100110 | 10010 | 110010 | 0 | 1010010 | 110011 | 111100 | 101010001 | 1000110 | 11000 |
Color Harmonies of #661232
Complementary color
Monochromatic Colors of #661232
Black with #661232
Text Example
Text Example
White with #661232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661232; }
p { color: rgb(102,18,50); }
H1.HeaderClassName
{
color: #661232;
}
.AnyTagClassName
{
color: #661232;
}
</style>
background-color css
<style>
a { background-color: #661232; }
a { background-color: rgb(102,18,50); }
div.DivClassName
{
background-color: #661232;
}
.BgClassName
{
background-color: #661232;
}
</style>
border-color css
<style>
span { border-color: #661232; }
span { border-color: rgb(102,18,50); }
td.TdClassName
{
border-color: #661232;
}
.TagClassName
{
border-color: #661232;
}
</style>