Shades of Claret #662030
Tints of Claret #662030
RGB
CMYK
RGB Variations
Color information
#662030 (or 0x662030) is known color: Claret. HEX triplet: 66, 20 and 30. RGB value is (102,32,48). Sum of RGB (Red+Green+Blue) = 102+32+48=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #662030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662030 is #99DFCF. Grayscale: #363636. Windows color (decimal): -10084304 or 3154022. OLE color: 3154022.
HSL color Cylindrical-coordinate representation of color #662030: hue angle of 346.29º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662030 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 32 | 48 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.6 |
| HSL | 346.29º | 0.52% | 0.26% | - |
| HSV(B) | 346.29º | 0.69% | 0.4% | - |
| XYZ | 6.53 | 4.07 | 3.24 | - |
| YUV | 54.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 48 | 0 | 0.69 | 0.53 | 0.6 | 346.29 | 0.52 | 0.26 |
| Hex | 66 | 20 | 30 | 0 | 45 | 35 | 3C | 15A | 34 | 1A |
| Octal | 146 | 40 | 60 | 0 | 105 | 65 | 74 | 532 | 64 | 32 |
| Binary | 1100110 | 100000 | 110000 | 0 | 1000101 | 110101 | 111100 | 101011010 | 110100 | 11010 |
Color Harmonies of #662030
Complementary color
Monochromatic Colors of #662030
Black with #662030
Text Example
Text Example
White with #662030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662030; }
p { color: rgb(102,32,48); }
H1.HeaderClassName
{
color: #662030;
}
.AnyTagClassName
{
color: #662030;
}
</style>
background-color css
<style>
a { background-color: #662030; }
a { background-color: rgb(102,32,48); }
div.DivClassName
{
background-color: #662030;
}
.BgClassName
{
background-color: #662030;
}
</style>
border-color css
<style>
span { border-color: #662030; }
span { border-color: rgb(102,32,48); }
td.TdClassName
{
border-color: #662030;
}
.TagClassName
{
border-color: #662030;
}
</style>