Shades of Claret #820F3A
Tints of Claret #820F3A
RGB
CMYK
RGB Variations
Color information
#820F3A (or 0x820F3A) is known color: Claret. HEX triplet: 82, 0F and 3A. RGB value is (130,15,58). Sum of RGB (Red+Green+Blue) = 130+15+58=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #820F3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820F3A is #7DF0C5. Grayscale: #363636. Windows color (decimal): -8253638 or 3805058. OLE color: 3805058.
HSL color Cylindrical-coordinate representation of color #820F3A: hue angle of 337.57º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #820F3A is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 58 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.49 |
| HSL | 337.57º | 0.79% | 0.28% | - |
| HSV(B) | 337.57º | 0.88% | 0.51% | - |
| XYZ | 10.14 | 5.39 | 4.51 | - |
| YUV | 54.29 | 130.1 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 58 | 0 | 0.88 | 0.55 | 0.49 | 337.57 | 0.79 | 0.28 |
| Hex | 82 | F | 3A | 0 | 58 | 37 | 31 | 152 | 4F | 1C |
| Octal | 202 | 17 | 72 | 0 | 130 | 67 | 61 | 522 | 117 | 34 |
| Binary | 10000010 | 1111 | 111010 | 0 | 1011000 | 110111 | 110001 | 101010010 | 1001111 | 11100 |
Color Harmonies of #820F3A
Complementary color
Monochromatic Colors of #820F3A
Black with #820F3A
Text Example
Text Example
White with #820F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F3A; }
p { color: rgb(130,15,58); }
H1.HeaderClassName
{
color: #820F3A;
}
.AnyTagClassName
{
color: #820F3A;
}
</style>
background-color css
<style>
a { background-color: #820F3A; }
a { background-color: rgb(130,15,58); }
div.DivClassName
{
background-color: #820F3A;
}
.BgClassName
{
background-color: #820F3A;
}
</style>
border-color css
<style>
span { border-color: #820F3A; }
span { border-color: rgb(130,15,58); }
td.TdClassName
{
border-color: #820F3A;
}
.TagClassName
{
border-color: #820F3A;
}
</style>