Shades of Cosmic #82516A
Tints of Cosmic #82516A
RGB
CMYK
RGB Variations
Color information
#82516A (or 0x82516A) is known color: Cosmic. HEX triplet: 82, 51 and 6A. RGB value is (130,81,106). Sum of RGB (Red+Green+Blue) = 130+81+106=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #82516A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82516A is #7DAE95. Grayscale: #626262. Windows color (decimal): -8236694 or 6967682. OLE color: 6967682.
HSL color Cylindrical-coordinate representation of color #82516A: hue angle of 329.39º 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 #82516A is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 106 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.49 |
| HSL | 329.39º | 0.23% | 0.41% | - |
| HSV(B) | 329.39º | 0.38% | 0.51% | - |
| XYZ | 14.75 | 11.67 | 15.11 | - |
| YUV | 98.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 106 | 0 | 0.38 | 0.18 | 0.49 | 329.39 | 0.23 | 0.41 |
| Hex | 82 | 51 | 6A | 0 | 26 | 12 | 31 | 149 | 17 | 29 |
| Octal | 202 | 121 | 152 | 0 | 46 | 22 | 61 | 511 | 27 | 51 |
| Binary | 10000010 | 1010001 | 1101010 | 0 | 100110 | 10010 | 110001 | 101001001 | 10111 | 101001 |
Color Harmonies of #82516A
Complementary color
Monochromatic Colors of #82516A
Black with #82516A
Text Example
Text Example
White with #82516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82516A; }
p { color: rgb(130,81,106); }
H1.HeaderClassName
{
color: #82516A;
}
.AnyTagClassName
{
color: #82516A;
}
</style>
background-color css
<style>
a { background-color: #82516A; }
a { background-color: rgb(130,81,106); }
div.DivClassName
{
background-color: #82516A;
}
.BgClassName
{
background-color: #82516A;
}
</style>
border-color css
<style>
span { border-color: #82516A; }
span { border-color: rgb(130,81,106); }
td.TdClassName
{
border-color: #82516A;
}
.TagClassName
{
border-color: #82516A;
}
</style>