Shades of Claret #82133C
Tints of Claret #82133C
RGB
CMYK
RGB Variations
Color information
#82133C (or 0x82133C) is known color: Claret. HEX triplet: 82, 13 and 3C. RGB value is (130,19,60). Sum of RGB (Red+Green+Blue) = 130+19+60=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #82133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82133C is #7DECC3. Grayscale: #383838. Windows color (decimal): -8252612 or 3937154. OLE color: 3937154.
HSL color Cylindrical-coordinate representation of color #82133C: hue angle of 337.84º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82133C is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 19 | 60 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.49 |
| HSL | 337.84º | 0.74% | 0.29% | - |
| HSV(B) | 337.84º | 0.85% | 0.51% | - |
| XYZ | 10.25 | 5.54 | 4.8 | - |
| YUV | 56.86 | 129.77 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 60 | 0 | 0.85 | 0.54 | 0.49 | 337.84 | 0.74 | 0.29 |
| Hex | 82 | 13 | 3C | 0 | 55 | 36 | 31 | 152 | 4A | 1D |
| Octal | 202 | 23 | 74 | 0 | 125 | 66 | 61 | 522 | 112 | 35 |
| Binary | 10000010 | 10011 | 111100 | 0 | 1010101 | 110110 | 110001 | 101010010 | 1001010 | 11101 |
Color Harmonies of #82133C
Complementary color
Monochromatic Colors of #82133C
Black with #82133C
Text Example
Text Example
White with #82133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82133C; }
p { color: rgb(130,19,60); }
H1.HeaderClassName
{
color: #82133C;
}
.AnyTagClassName
{
color: #82133C;
}
</style>
background-color css
<style>
a { background-color: #82133C; }
a { background-color: rgb(130,19,60); }
div.DivClassName
{
background-color: #82133C;
}
.BgClassName
{
background-color: #82133C;
}
</style>
border-color css
<style>
span { border-color: #82133C; }
span { border-color: rgb(130,19,60); }
td.TdClassName
{
border-color: #82133C;
}
.TagClassName
{
border-color: #82133C;
}
</style>