Shades of Cosmic #82526E
Tints of Cosmic #82526E
RGB
CMYK
RGB Variations
Color information
#82526E (or 0x82526E) is known color: Cosmic. HEX triplet: 82, 52 and 6E. RGB value is (130,82,110). Sum of RGB (Red+Green+Blue) = 130+82+110=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #82526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82526E is #7DAD91. Grayscale: #636363. Windows color (decimal): -8236434 or 7230082. OLE color: 7230082.
HSL color Cylindrical-coordinate representation of color #82526E: hue angle of 325º 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 #82526E is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 110 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.49 |
| HSL | 325º | 0.23% | 0.42% | - |
| HSV(B) | 325º | 0.37% | 0.51% | - |
| XYZ | 15.04 | 11.91 | 16.26 | - |
| YUV | 99.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 110 | 0 | 0.37 | 0.15 | 0.49 | 325 | 0.23 | 0.42 |
| Hex | 82 | 52 | 6E | 0 | 25 | F | 31 | 145 | 17 | 2A |
| Octal | 202 | 122 | 156 | 0 | 45 | 17 | 61 | 505 | 27 | 52 |
| Binary | 10000010 | 1010010 | 1101110 | 0 | 100101 | 1111 | 110001 | 101000101 | 10111 | 101010 |
Color Harmonies of #82526E
Complementary color
Monochromatic Colors of #82526E
Black with #82526E
Text Example
Text Example
White with #82526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82526E; }
p { color: rgb(130,82,110); }
H1.HeaderClassName
{
color: #82526E;
}
.AnyTagClassName
{
color: #82526E;
}
</style>
background-color css
<style>
a { background-color: #82526E; }
a { background-color: rgb(130,82,110); }
div.DivClassName
{
background-color: #82526E;
}
.BgClassName
{
background-color: #82526E;
}
</style>
border-color css
<style>
span { border-color: #82526E; }
span { border-color: rgb(130,82,110); }
td.TdClassName
{
border-color: #82526E;
}
.TagClassName
{
border-color: #82526E;
}
</style>