Shades of Claret #82103B
Tints of Claret #82103B
RGB
CMYK
RGB Variations
Color information
#82103B (or 0x82103B) is known color: Claret. HEX triplet: 82, 10 and 3B. RGB value is (130,16,59). Sum of RGB (Red+Green+Blue) = 130+16+59=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #82103B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82103B is #7DEFC4. Grayscale: #363636. Windows color (decimal): -8253381 or 3870850. OLE color: 3870850.
HSL color Cylindrical-coordinate representation of color #82103B: hue angle of 337.37º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82103B is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 59 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.49 |
| HSL | 337.37º | 0.78% | 0.29% | - |
| HSV(B) | 337.37º | 0.88% | 0.51% | - |
| XYZ | 10.18 | 5.43 | 4.65 | - |
| YUV | 54.99 | 130.27 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 59 | 0 | 0.88 | 0.55 | 0.49 | 337.37 | 0.78 | 0.29 |
| Hex | 82 | 10 | 3B | 0 | 58 | 37 | 31 | 151 | 4E | 1D |
| Octal | 202 | 20 | 73 | 0 | 130 | 67 | 61 | 521 | 116 | 35 |
| Binary | 10000010 | 10000 | 111011 | 0 | 1011000 | 110111 | 110001 | 101010001 | 1001110 | 11101 |
Color Harmonies of #82103B
Complementary color
Monochromatic Colors of #82103B
Black with #82103B
Text Example
Text Example
White with #82103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82103B; }
p { color: rgb(130,16,59); }
H1.HeaderClassName
{
color: #82103B;
}
.AnyTagClassName
{
color: #82103B;
}
</style>
background-color css
<style>
a { background-color: #82103B; }
a { background-color: rgb(130,16,59); }
div.DivClassName
{
background-color: #82103B;
}
.BgClassName
{
background-color: #82103B;
}
</style>
border-color css
<style>
span { border-color: #82103B; }
span { border-color: rgb(130,16,59); }
td.TdClassName
{
border-color: #82103B;
}
.TagClassName
{
border-color: #82103B;
}
</style>