Shades of Claret #662230
Tints of Claret #662230
RGB
CMYK
RGB Variations
Color information
#662230 (or 0x662230) is known color: Claret. HEX triplet: 66, 22 and 30. RGB value is (102,34,48). Sum of RGB (Red+Green+Blue) = 102+34+48=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #662230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662230 is #99DDCF. Grayscale: #373737. Windows color (decimal): -10083792 or 3154534. OLE color: 3154534.
HSL color Cylindrical-coordinate representation of color #662230: hue angle of 347.65º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662230 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 34 | 48 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.6 |
| HSL | 347.65º | 0.5% | 0.27% | - |
| HSV(B) | 347.65º | 0.67% | 0.4% | - |
| XYZ | 6.59 | 4.18 | 3.26 | - |
| YUV | 55.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 48 | 0 | 0.67 | 0.53 | 0.6 | 347.65 | 0.5 | 0.27 |
| Hex | 66 | 22 | 30 | 0 | 43 | 35 | 3C | 15C | 32 | 1B |
| Octal | 146 | 42 | 60 | 0 | 103 | 65 | 74 | 534 | 62 | 33 |
| Binary | 1100110 | 100010 | 110000 | 0 | 1000011 | 110101 | 111100 | 101011100 | 110010 | 11011 |
Color Harmonies of #662230
Complementary color
Monochromatic Colors of #662230
Black with #662230
Text Example
Text Example
White with #662230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662230; }
p { color: rgb(102,34,48); }
H1.HeaderClassName
{
color: #662230;
}
.AnyTagClassName
{
color: #662230;
}
</style>
background-color css
<style>
a { background-color: #662230; }
a { background-color: rgb(102,34,48); }
div.DivClassName
{
background-color: #662230;
}
.BgClassName
{
background-color: #662230;
}
</style>
border-color css
<style>
span { border-color: #662230; }
span { border-color: rgb(102,34,48); }
td.TdClassName
{
border-color: #662230;
}
.TagClassName
{
border-color: #662230;
}
</style>