Shades of Claret #82133A
Tints of Claret #82133A
RGB
CMYK
RGB Variations
Color information
#82133A (or 0x82133A) is known color: Claret. HEX triplet: 82, 13 and 3A. RGB value is (130,19,58). Sum of RGB (Red+Green+Blue) = 130+19+58=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #82133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82133A is #7DECC5. Grayscale: #383838. Windows color (decimal): -8252614 or 3806082. OLE color: 3806082.
HSL color Cylindrical-coordinate representation of color #82133A: hue angle of 338.92º 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 #82133A is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 19 | 58 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.49 |
| HSL | 338.92º | 0.74% | 0.29% | - |
| HSV(B) | 338.92º | 0.85% | 0.51% | - |
| XYZ | 10.2 | 5.52 | 4.53 | - |
| YUV | 56.64 | 128.77 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 58 | 0 | 0.85 | 0.55 | 0.49 | 338.92 | 0.74 | 0.29 |
| Hex | 82 | 13 | 3A | 0 | 55 | 37 | 31 | 153 | 4A | 1D |
| Octal | 202 | 23 | 72 | 0 | 125 | 67 | 61 | 523 | 112 | 35 |
| Binary | 10000010 | 10011 | 111010 | 0 | 1010101 | 110111 | 110001 | 101010011 | 1001010 | 11101 |
Color Harmonies of #82133A
Complementary color
Monochromatic Colors of #82133A
Black with #82133A
Text Example
Text Example
White with #82133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82133A; }
p { color: rgb(130,19,58); }
H1.HeaderClassName
{
color: #82133A;
}
.AnyTagClassName
{
color: #82133A;
}
</style>
background-color css
<style>
a { background-color: #82133A; }
a { background-color: rgb(130,19,58); }
div.DivClassName
{
background-color: #82133A;
}
.BgClassName
{
background-color: #82133A;
}
</style>
border-color css
<style>
span { border-color: #82133A; }
span { border-color: rgb(130,19,58); }
td.TdClassName
{
border-color: #82133A;
}
.TagClassName
{
border-color: #82133A;
}
</style>