Shades of Claret #82183E
Tints of Claret #82183E
RGB
CMYK
RGB Variations
Color information
#82183E (or 0x82183E) is known color: Claret. HEX triplet: 82, 18 and 3E. RGB value is (130,24,62). Sum of RGB (Red+Green+Blue) = 130+24+62=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #82183E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82183E is #7DE7C1. Grayscale: #3B3B3B. Windows color (decimal): -8251330 or 4069506. OLE color: 4069506.
HSL color Cylindrical-coordinate representation of color #82183E: hue angle of 338.49º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82183E is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 24 | 62 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.49 |
| HSL | 338.49º | 0.69% | 0.3% | - |
| HSV(B) | 338.49º | 0.82% | 0.51% | - |
| XYZ | 10.4 | 5.75 | 5.12 | - |
| YUV | 60.03 | 129.12 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 62 | 0 | 0.82 | 0.52 | 0.49 | 338.49 | 0.69 | 0.3 |
| Hex | 82 | 18 | 3E | 0 | 52 | 34 | 31 | 152 | 45 | 1E |
| Octal | 202 | 30 | 76 | 0 | 122 | 64 | 61 | 522 | 105 | 36 |
| Binary | 10000010 | 11000 | 111110 | 0 | 1010010 | 110100 | 110001 | 101010010 | 1000101 | 11110 |
Color Harmonies of #82183E
Complementary color
Monochromatic Colors of #82183E
Black with #82183E
Text Example
Text Example
White with #82183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82183E; }
p { color: rgb(130,24,62); }
H1.HeaderClassName
{
color: #82183E;
}
.AnyTagClassName
{
color: #82183E;
}
</style>
background-color css
<style>
a { background-color: #82183E; }
a { background-color: rgb(130,24,62); }
div.DivClassName
{
background-color: #82183E;
}
.BgClassName
{
background-color: #82183E;
}
</style>
border-color css
<style>
span { border-color: #82183E; }
span { border-color: rgb(130,24,62); }
td.TdClassName
{
border-color: #82183E;
}
.TagClassName
{
border-color: #82183E;
}
</style>