Shades of Cosmic #82495E
Tints of Cosmic #82495E
RGB
CMYK
RGB Variations
Color information
#82495E (or 0x82495E) is known color: Cosmic. HEX triplet: 82, 49 and 5E. RGB value is (130,73,94). Sum of RGB (Red+Green+Blue) = 130+73+94=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #82495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82495E is #7DB6A1. Grayscale: #5C5C5C. Windows color (decimal): -8238754 or 6179202. OLE color: 6179202.
HSL color Cylindrical-coordinate representation of color #82495E: hue angle of 337.89º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82495E is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 73 | 94 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.49 |
| HSL | 337.89º | 0.28% | 0.4% | - |
| HSV(B) | 337.89º | 0.44% | 0.51% | - |
| XYZ | 13.61 | 10.32 | 11.86 | - |
| YUV | 92.44 | 128.88 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 94 | 0 | 0.44 | 0.28 | 0.49 | 337.89 | 0.28 | 0.4 |
| Hex | 82 | 49 | 5E | 0 | 2C | 1C | 31 | 152 | 1C | 28 |
| Octal | 202 | 111 | 136 | 0 | 54 | 34 | 61 | 522 | 34 | 50 |
| Binary | 10000010 | 1001001 | 1011110 | 0 | 101100 | 11100 | 110001 | 101010010 | 11100 | 101000 |
Color Harmonies of #82495E
Complementary color
Monochromatic Colors of #82495E
Black with #82495E
Text Example
Text Example
White with #82495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82495E; }
p { color: rgb(130,73,94); }
H1.HeaderClassName
{
color: #82495E;
}
.AnyTagClassName
{
color: #82495E;
}
</style>
background-color css
<style>
a { background-color: #82495E; }
a { background-color: rgb(130,73,94); }
div.DivClassName
{
background-color: #82495E;
}
.BgClassName
{
background-color: #82495E;
}
</style>
border-color css
<style>
span { border-color: #82495E; }
span { border-color: rgb(130,73,94); }
td.TdClassName
{
border-color: #82495E;
}
.TagClassName
{
border-color: #82495E;
}
</style>