Shades of Cosmic #82596D
Tints of Cosmic #82596D
RGB
CMYK
RGB Variations
Color information
#82596D (or 0x82596D) is known color: Cosmic. HEX triplet: 82, 59 and 6D. RGB value is (130,89,109). Sum of RGB (Red+Green+Blue) = 130+89+109=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #82596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82596D is #7DA692. Grayscale: #676767. Windows color (decimal): -8234643 or 7166338. OLE color: 7166338.
HSL color Cylindrical-coordinate representation of color #82596D: hue angle of 330.73º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82596D is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 89 | 109 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.49 |
| HSL | 330.73º | 0.19% | 0.43% | - |
| HSV(B) | 330.73º | 0.32% | 0.51% | - |
| XYZ | 15.54 | 12.99 | 16.16 | - |
| YUV | 103.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 109 | 0 | 0.32 | 0.16 | 0.49 | 330.73 | 0.19 | 0.43 |
| Hex | 82 | 59 | 6D | 0 | 20 | 10 | 31 | 14B | 13 | 2B |
| Octal | 202 | 131 | 155 | 0 | 40 | 20 | 61 | 513 | 23 | 53 |
| Binary | 10000010 | 1011001 | 1101101 | 0 | 100000 | 10000 | 110001 | 101001011 | 10011 | 101011 |
Color Harmonies of #82596D
Complementary color
Monochromatic Colors of #82596D
Black with #82596D
Text Example
Text Example
White with #82596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82596D; }
p { color: rgb(130,89,109); }
H1.HeaderClassName
{
color: #82596D;
}
.AnyTagClassName
{
color: #82596D;
}
</style>
background-color css
<style>
a { background-color: #82596D; }
a { background-color: rgb(130,89,109); }
div.DivClassName
{
background-color: #82596D;
}
.BgClassName
{
background-color: #82596D;
}
</style>
border-color css
<style>
span { border-color: #82596D; }
span { border-color: rgb(130,89,109); }
td.TdClassName
{
border-color: #82596D;
}
.TagClassName
{
border-color: #82596D;
}
</style>