Shades of Cosmic #82405B
Tints of Cosmic #82405B
RGB
CMYK
RGB Variations
Color information
#82405B (or 0x82405B) is known color: Cosmic. HEX triplet: 82, 40 and 5B. RGB value is (130,64,91). Sum of RGB (Red+Green+Blue) = 130+64+91=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #82405B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82405B is #7DBFA4. Grayscale: #565656. Windows color (decimal): -8241061 or 5980290. OLE color: 5980290.
HSL color Cylindrical-coordinate representation of color #82405B: hue angle of 335.45º 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 #82405B is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 64 | 91 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.49 |
| HSL | 335.45º | 0.34% | 0.38% | - |
| HSV(B) | 335.45º | 0.51% | 0.51% | - |
| XYZ | 12.93 | 9.17 | 10.99 | - |
| YUV | 86.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 91 | 0 | 0.51 | 0.30 | 0.49 | 335.45 | 0.34 | 0.38 |
| Hex | 82 | 40 | 5B | 0 | 33 | 1E | 31 | 14F | 22 | 26 |
| Octal | 202 | 100 | 133 | 0 | 63 | 36 | 61 | 517 | 42 | 46 |
| Binary | 10000010 | 1000000 | 1011011 | 0 | 110011 | 11110 | 110001 | 101001111 | 100010 | 100110 |
Color Harmonies of #82405B
Complementary color
Monochromatic Colors of #82405B
Black with #82405B
Text Example
Text Example
White with #82405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82405B; }
p { color: rgb(130,64,91); }
H1.HeaderClassName
{
color: #82405B;
}
.AnyTagClassName
{
color: #82405B;
}
</style>
background-color css
<style>
a { background-color: #82405B; }
a { background-color: rgb(130,64,91); }
div.DivClassName
{
background-color: #82405B;
}
.BgClassName
{
background-color: #82405B;
}
</style>
border-color css
<style>
span { border-color: #82405B; }
span { border-color: rgb(130,64,91); }
td.TdClassName
{
border-color: #82405B;
}
.TagClassName
{
border-color: #82405B;
}
</style>