Shades of Cosmic #82526D
Tints of Cosmic #82526D
RGB
CMYK
RGB Variations
Color information
#82526D (or 0x82526D) is known color: Cosmic. HEX triplet: 82, 52 and 6D. RGB value is (130,82,109). Sum of RGB (Red+Green+Blue) = 130+82+109=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #82526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82526D is #7DAD92. Grayscale: #636363. Windows color (decimal): -8236435 or 7164546. OLE color: 7164546.
HSL color Cylindrical-coordinate representation of color #82526D: hue angle of 326.25º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82526D is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 109 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.49 |
| HSL | 326.25º | 0.23% | 0.42% | - |
| HSV(B) | 326.25º | 0.37% | 0.51% | - |
| XYZ | 14.98 | 11.88 | 15.97 | - |
| YUV | 99.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 109 | 0 | 0.37 | 0.16 | 0.49 | 326.25 | 0.23 | 0.42 |
| Hex | 82 | 52 | 6D | 0 | 25 | 10 | 31 | 146 | 17 | 2A |
| Octal | 202 | 122 | 155 | 0 | 45 | 20 | 61 | 506 | 27 | 52 |
| Binary | 10000010 | 1010010 | 1101101 | 0 | 100101 | 10000 | 110001 | 101000110 | 10111 | 101010 |
Color Harmonies of #82526D
Complementary color
Monochromatic Colors of #82526D
Black with #82526D
Text Example
Text Example
White with #82526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82526D; }
p { color: rgb(130,82,109); }
H1.HeaderClassName
{
color: #82526D;
}
.AnyTagClassName
{
color: #82526D;
}
</style>
background-color css
<style>
a { background-color: #82526D; }
a { background-color: rgb(130,82,109); }
div.DivClassName
{
background-color: #82526D;
}
.BgClassName
{
background-color: #82526D;
}
</style>
border-color css
<style>
span { border-color: #82526D; }
span { border-color: rgb(130,82,109); }
td.TdClassName
{
border-color: #82526D;
}
.TagClassName
{
border-color: #82526D;
}
</style>