Shades of Claret #661431
Tints of Claret #661431
RGB
CMYK
RGB Variations
Color information
#661431 (or 0x661431) is known color: Claret. HEX triplet: 66, 14 and 31. RGB value is (102,20,49). Sum of RGB (Red+Green+Blue) = 102+20+49=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #661431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661431 is #99EBCE. Grayscale: #2F2F2F. Windows color (decimal): -10087375 or 3216486. OLE color: 3216486.
HSL color Cylindrical-coordinate representation of color #661431: hue angle of 338.78º 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 #661431 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 20 | 49 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.6 |
| HSL | 338.78º | 0.67% | 0.24% | - |
| HSV(B) | 338.78º | 0.8% | 0.4% | - |
| XYZ | 6.28 | 3.55 | 3.26 | - |
| YUV | 47.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 49 | 0 | 0.80 | 0.52 | 0.6 | 338.78 | 0.67 | 0.24 |
| Hex | 66 | 14 | 31 | 0 | 50 | 34 | 3C | 153 | 43 | 18 |
| Octal | 146 | 24 | 61 | 0 | 120 | 64 | 74 | 523 | 103 | 30 |
| Binary | 1100110 | 10100 | 110001 | 0 | 1010000 | 110100 | 111100 | 101010011 | 1000011 | 11000 |
Color Harmonies of #661431
Complementary color
Monochromatic Colors of #661431
Black with #661431
Text Example
Text Example
White with #661431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661431; }
p { color: rgb(102,20,49); }
H1.HeaderClassName
{
color: #661431;
}
.AnyTagClassName
{
color: #661431;
}
</style>
background-color css
<style>
a { background-color: #661431; }
a { background-color: rgb(102,20,49); }
div.DivClassName
{
background-color: #661431;
}
.BgClassName
{
background-color: #661431;
}
</style>
border-color css
<style>
span { border-color: #661431; }
span { border-color: rgb(102,20,49); }
td.TdClassName
{
border-color: #661431;
}
.TagClassName
{
border-color: #661431;
}
</style>