Shades of Claret #82143B
Tints of Claret #82143B
RGB
CMYK
RGB Variations
Color information
#82143B (or 0x82143B) is known color: Claret. HEX triplet: 82, 14 and 3B. RGB value is (130,20,59). Sum of RGB (Red+Green+Blue) = 130+20+59=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #82143B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82143B is #7DEBC4. Grayscale: #393939. Windows color (decimal): -8252357 or 3871874. OLE color: 3871874.
HSL color Cylindrical-coordinate representation of color #82143B: hue angle of 338.73º degrees, saturation: 0.73, 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 #82143B is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 20 | 59 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.49 |
| HSL | 338.73º | 0.73% | 0.29% | - |
| HSV(B) | 338.73º | 0.85% | 0.51% | - |
| XYZ | 10.25 | 5.56 | 4.67 | - |
| YUV | 57.34 | 128.94 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 59 | 0 | 0.85 | 0.55 | 0.49 | 338.73 | 0.73 | 0.29 |
| Hex | 82 | 14 | 3B | 0 | 55 | 37 | 31 | 153 | 49 | 1D |
| Octal | 202 | 24 | 73 | 0 | 125 | 67 | 61 | 523 | 111 | 35 |
| Binary | 10000010 | 10100 | 111011 | 0 | 1010101 | 110111 | 110001 | 101010011 | 1001001 | 11101 |
Color Harmonies of #82143B
Complementary color
Monochromatic Colors of #82143B
Black with #82143B
Text Example
Text Example
White with #82143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82143B; }
p { color: rgb(130,20,59); }
H1.HeaderClassName
{
color: #82143B;
}
.AnyTagClassName
{
color: #82143B;
}
</style>
background-color css
<style>
a { background-color: #82143B; }
a { background-color: rgb(130,20,59); }
div.DivClassName
{
background-color: #82143B;
}
.BgClassName
{
background-color: #82143B;
}
</style>
border-color css
<style>
span { border-color: #82143B; }
span { border-color: rgb(130,20,59); }
td.TdClassName
{
border-color: #82143B;
}
.TagClassName
{
border-color: #82143B;
}
</style>