Shades of Cosmic #82495A
Tints of Cosmic #82495A
RGB
CMYK
RGB Variations
Color information
#82495A (or 0x82495A) is known color: Cosmic. HEX triplet: 82, 49 and 5A. RGB value is (130,73,90). Sum of RGB (Red+Green+Blue) = 130+73+90=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82495A is #7DB6A5. Grayscale: #5B5B5B. Windows color (decimal): -8238758 or 5917058. OLE color: 5917058.
HSL color Cylindrical-coordinate representation of color #82495A: hue angle of 342.11º 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 #82495A is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 73 | 90 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.49 |
| HSL | 342.11º | 0.28% | 0.4% | - |
| HSV(B) | 342.11º | 0.44% | 0.51% | - |
| XYZ | 13.43 | 10.25 | 10.94 | - |
| YUV | 91.98 | 126.88 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 90 | 0 | 0.44 | 0.31 | 0.49 | 342.11 | 0.28 | 0.4 |
| Hex | 82 | 49 | 5A | 0 | 2C | 1F | 31 | 156 | 1C | 28 |
| Octal | 202 | 111 | 132 | 0 | 54 | 37 | 61 | 526 | 34 | 50 |
| Binary | 10000010 | 1001001 | 1011010 | 0 | 101100 | 11111 | 110001 | 101010110 | 11100 | 101000 |
Color Harmonies of #82495A
Complementary color
Monochromatic Colors of #82495A
Black with #82495A
Text Example
Text Example
White with #82495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82495A; }
p { color: rgb(130,73,90); }
H1.HeaderClassName
{
color: #82495A;
}
.AnyTagClassName
{
color: #82495A;
}
</style>
background-color css
<style>
a { background-color: #82495A; }
a { background-color: rgb(130,73,90); }
div.DivClassName
{
background-color: #82495A;
}
.BgClassName
{
background-color: #82495A;
}
</style>
border-color css
<style>
span { border-color: #82495A; }
span { border-color: rgb(130,73,90); }
td.TdClassName
{
border-color: #82495A;
}
.TagClassName
{
border-color: #82495A;
}
</style>