Shades of Claret #821139
Tints of Claret #821139
RGB
CMYK
RGB Variations
Color information
#821139 (or 0x821139) is known color: Claret. HEX triplet: 82, 11 and 39. RGB value is (130,17,57). Sum of RGB (Red+Green+Blue) = 130+17+57=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #821139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821139 is #7DEEC6. Grayscale: #373737. Windows color (decimal): -8253127 or 3740034. OLE color: 3740034.
HSL color Cylindrical-coordinate representation of color #821139: hue angle of 338.76º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821139 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 17 | 57 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.49 |
| HSL | 338.76º | 0.77% | 0.29% | - |
| HSV(B) | 338.76º | 0.87% | 0.51% | - |
| XYZ | 10.14 | 5.44 | 4.39 | - |
| YUV | 55.35 | 128.94 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 57 | 0 | 0.87 | 0.56 | 0.49 | 338.76 | 0.77 | 0.29 |
| Hex | 82 | 11 | 39 | 0 | 57 | 38 | 31 | 153 | 4D | 1D |
| Octal | 202 | 21 | 71 | 0 | 127 | 70 | 61 | 523 | 115 | 35 |
| Binary | 10000010 | 10001 | 111001 | 0 | 1010111 | 111000 | 110001 | 101010011 | 1001101 | 11101 |
Color Harmonies of #821139
Complementary color
Monochromatic Colors of #821139
Black with #821139
Text Example
Text Example
White with #821139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821139; }
p { color: rgb(130,17,57); }
H1.HeaderClassName
{
color: #821139;
}
.AnyTagClassName
{
color: #821139;
}
</style>
background-color css
<style>
a { background-color: #821139; }
a { background-color: rgb(130,17,57); }
div.DivClassName
{
background-color: #821139;
}
.BgClassName
{
background-color: #821139;
}
</style>
border-color css
<style>
span { border-color: #821139; }
span { border-color: rgb(130,17,57); }
td.TdClassName
{
border-color: #821139;
}
.TagClassName
{
border-color: #821139;
}
</style>