Shades of Claret #82113B
Tints of Claret #82113B
RGB
CMYK
RGB Variations
Color information
#82113B (or 0x82113B) is known color: Claret. HEX triplet: 82, 11 and 3B. RGB value is (130,17,59). Sum of RGB (Red+Green+Blue) = 130+17+59=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #82113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82113B is #7DEEC4. Grayscale: #373737. Windows color (decimal): -8253125 or 3871106. OLE color: 3871106.
HSL color Cylindrical-coordinate representation of color #82113B: hue angle of 337.7º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82113B is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 17 | 59 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.49 |
| HSL | 337.7º | 0.77% | 0.29% | - |
| HSV(B) | 337.7º | 0.87% | 0.51% | - |
| XYZ | 10.2 | 5.46 | 4.65 | - |
| YUV | 55.58 | 129.94 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 59 | 0 | 0.87 | 0.55 | 0.49 | 337.7 | 0.77 | 0.29 |
| Hex | 82 | 11 | 3B | 0 | 57 | 37 | 31 | 152 | 4D | 1D |
| Octal | 202 | 21 | 73 | 0 | 127 | 67 | 61 | 522 | 115 | 35 |
| Binary | 10000010 | 10001 | 111011 | 0 | 1010111 | 110111 | 110001 | 101010010 | 1001101 | 11101 |
Color Harmonies of #82113B
Complementary color
Monochromatic Colors of #82113B
Black with #82113B
Text Example
Text Example
White with #82113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82113B; }
p { color: rgb(130,17,59); }
H1.HeaderClassName
{
color: #82113B;
}
.AnyTagClassName
{
color: #82113B;
}
</style>
background-color css
<style>
a { background-color: #82113B; }
a { background-color: rgb(130,17,59); }
div.DivClassName
{
background-color: #82113B;
}
.BgClassName
{
background-color: #82113B;
}
</style>
border-color css
<style>
span { border-color: #82113B; }
span { border-color: rgb(130,17,59); }
td.TdClassName
{
border-color: #82113B;
}
.TagClassName
{
border-color: #82113B;
}
</style>