Shades of Claret #82173C
Tints of Claret #82173C
RGB
CMYK
RGB Variations
Color information
#82173C (or 0x82173C) is known color: Claret. HEX triplet: 82, 17 and 3C. RGB value is (130,23,60). Sum of RGB (Red+Green+Blue) = 130+23+60=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #82173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82173C is #7DE8C3. Grayscale: #3B3B3B. Windows color (decimal): -8251588 or 3938178. OLE color: 3938178.
HSL color Cylindrical-coordinate representation of color #82173C: hue angle of 339.25º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82173C is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 23 | 60 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.49 |
| HSL | 339.25º | 0.7% | 0.3% | - |
| HSV(B) | 339.25º | 0.82% | 0.51% | - |
| XYZ | 10.33 | 5.68 | 4.83 | - |
| YUV | 59.21 | 128.45 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 23 | 60 | 0 | 0.82 | 0.54 | 0.49 | 339.25 | 0.7 | 0.3 |
| Hex | 82 | 17 | 3C | 0 | 52 | 36 | 31 | 153 | 46 | 1E |
| Octal | 202 | 27 | 74 | 0 | 122 | 66 | 61 | 523 | 106 | 36 |
| Binary | 10000010 | 10111 | 111100 | 0 | 1010010 | 110110 | 110001 | 101010011 | 1000110 | 11110 |
Color Harmonies of #82173C
Complementary color
Monochromatic Colors of #82173C
Black with #82173C
Text Example
Text Example
White with #82173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82173C; }
p { color: rgb(130,23,60); }
H1.HeaderClassName
{
color: #82173C;
}
.AnyTagClassName
{
color: #82173C;
}
</style>
background-color css
<style>
a { background-color: #82173C; }
a { background-color: rgb(130,23,60); }
div.DivClassName
{
background-color: #82173C;
}
.BgClassName
{
background-color: #82173C;
}
</style>
border-color css
<style>
span { border-color: #82173C; }
span { border-color: rgb(130,23,60); }
td.TdClassName
{
border-color: #82173C;
}
.TagClassName
{
border-color: #82173C;
}
</style>