Shades of Cosmic #82405E
Tints of Cosmic #82405E
RGB
CMYK
RGB Variations
Color information
#82405E (or 0x82405E) is known color: Cosmic. HEX triplet: 82, 40 and 5E. RGB value is (130,64,94). Sum of RGB (Red+Green+Blue) = 130+64+94=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #82405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82405E is #7DBFA1. Grayscale: #575757. Windows color (decimal): -8241058 or 6176898. OLE color: 6176898.
HSL color Cylindrical-coordinate representation of color #82405E: hue angle of 332.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82405E is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 64 | 94 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.49 |
| HSL | 332.73º | 0.34% | 0.38% | - |
| HSV(B) | 332.73º | 0.51% | 0.51% | - |
| XYZ | 13.06 | 9.22 | 11.68 | - |
| YUV | 87.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 94 | 0 | 0.51 | 0.28 | 0.49 | 332.73 | 0.34 | 0.38 |
| Hex | 82 | 40 | 5E | 0 | 33 | 1C | 31 | 14D | 22 | 26 |
| Octal | 202 | 100 | 136 | 0 | 63 | 34 | 61 | 515 | 42 | 46 |
| Binary | 10000010 | 1000000 | 1011110 | 0 | 110011 | 11100 | 110001 | 101001101 | 100010 | 100110 |
Color Harmonies of #82405E
Complementary color
Monochromatic Colors of #82405E
Black with #82405E
Text Example
Text Example
White with #82405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82405E; }
p { color: rgb(130,64,94); }
H1.HeaderClassName
{
color: #82405E;
}
.AnyTagClassName
{
color: #82405E;
}
</style>
background-color css
<style>
a { background-color: #82405E; }
a { background-color: rgb(130,64,94); }
div.DivClassName
{
background-color: #82405E;
}
.BgClassName
{
background-color: #82405E;
}
</style>
border-color css
<style>
span { border-color: #82405E; }
span { border-color: rgb(130,64,94); }
td.TdClassName
{
border-color: #82405E;
}
.TagClassName
{
border-color: #82405E;
}
</style>