Shades of Cosmic #82536D
Tints of Cosmic #82536D
RGB
CMYK
RGB Variations
Color information
#82536D (or 0x82536D) is known color: Cosmic. HEX triplet: 82, 53 and 6D. RGB value is (130,83,109). Sum of RGB (Red+Green+Blue) = 130+83+109=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #82536D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82536D is #7DAC92. Grayscale: #636363. Windows color (decimal): -8236179 or 7164802. OLE color: 7164802.
HSL color Cylindrical-coordinate representation of color #82536D: hue angle of 326.81º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82536D is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 83 | 109 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.49 |
| HSL | 326.81º | 0.22% | 0.42% | - |
| HSV(B) | 326.81º | 0.36% | 0.51% | - |
| XYZ | 15.06 | 12.04 | 16 | - |
| YUV | 100.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 109 | 0 | 0.36 | 0.16 | 0.49 | 326.81 | 0.22 | 0.42 |
| Hex | 82 | 53 | 6D | 0 | 24 | 10 | 31 | 147 | 16 | 2A |
| Octal | 202 | 123 | 155 | 0 | 44 | 20 | 61 | 507 | 26 | 52 |
| Binary | 10000010 | 1010011 | 1101101 | 0 | 100100 | 10000 | 110001 | 101000111 | 10110 | 101010 |
Color Harmonies of #82536D
Complementary color
Monochromatic Colors of #82536D
Black with #82536D
Text Example
Text Example
White with #82536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82536D; }
p { color: rgb(130,83,109); }
H1.HeaderClassName
{
color: #82536D;
}
.AnyTagClassName
{
color: #82536D;
}
</style>
background-color css
<style>
a { background-color: #82536D; }
a { background-color: rgb(130,83,109); }
div.DivClassName
{
background-color: #82536D;
}
.BgClassName
{
background-color: #82536D;
}
</style>
border-color css
<style>
span { border-color: #82536D; }
span { border-color: rgb(130,83,109); }
td.TdClassName
{
border-color: #82536D;
}
.TagClassName
{
border-color: #82536D;
}
</style>