Shades of Cosmic #82516D
Tints of Cosmic #82516D
RGB
CMYK
RGB Variations
Color information
#82516D (or 0x82516D) is known color: Cosmic. HEX triplet: 82, 51 and 6D. RGB value is (130,81,109). Sum of RGB (Red+Green+Blue) = 130+81+109=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #82516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82516D is #7DAE92. Grayscale: #626262. Windows color (decimal): -8236691 or 7164290. OLE color: 7164290.
HSL color Cylindrical-coordinate representation of color #82516D: hue angle of 325.71º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82516D is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 109 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.49 |
| HSL | 325.71º | 0.23% | 0.41% | - |
| HSV(B) | 325.71º | 0.38% | 0.51% | - |
| XYZ | 14.91 | 11.73 | 15.95 | - |
| YUV | 98.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 109 | 0 | 0.38 | 0.16 | 0.49 | 325.71 | 0.23 | 0.41 |
| Hex | 82 | 51 | 6D | 0 | 26 | 10 | 31 | 146 | 17 | 29 |
| Octal | 202 | 121 | 155 | 0 | 46 | 20 | 61 | 506 | 27 | 51 |
| Binary | 10000010 | 1010001 | 1101101 | 0 | 100110 | 10000 | 110001 | 101000110 | 10111 | 101001 |
Color Harmonies of #82516D
Complementary color
Monochromatic Colors of #82516D
Black with #82516D
Text Example
Text Example
White with #82516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82516D; }
p { color: rgb(130,81,109); }
H1.HeaderClassName
{
color: #82516D;
}
.AnyTagClassName
{
color: #82516D;
}
</style>
background-color css
<style>
a { background-color: #82516D; }
a { background-color: rgb(130,81,109); }
div.DivClassName
{
background-color: #82516D;
}
.BgClassName
{
background-color: #82516D;
}
</style>
border-color css
<style>
span { border-color: #82516D; }
span { border-color: rgb(130,81,109); }
td.TdClassName
{
border-color: #82516D;
}
.TagClassName
{
border-color: #82516D;
}
</style>