Shades of Cosmic #82465B
Tints of Cosmic #82465B
RGB
CMYK
RGB Variations
Color information
#82465B (or 0x82465B) is known color: Cosmic. HEX triplet: 82, 46 and 5B. RGB value is (130,70,91). Sum of RGB (Red+Green+Blue) = 130+70+91=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #82465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82465B is #7DB9A4. Grayscale: #5A5A5A. Windows color (decimal): -8239525 or 5981826. OLE color: 5981826.
HSL color Cylindrical-coordinate representation of color #82465B: hue angle of 339º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82465B is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 70 | 91 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.49 |
| HSL | 339º | 0.3% | 0.39% | - |
| HSV(B) | 339º | 0.46% | 0.51% | - |
| XYZ | 13.28 | 9.88 | 11.1 | - |
| YUV | 90.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 70 | 91 | 0 | 0.46 | 0.30 | 0.49 | 339 | 0.3 | 0.39 |
| Hex | 82 | 46 | 5B | 0 | 2E | 1E | 31 | 153 | 1E | 27 |
| Octal | 202 | 106 | 133 | 0 | 56 | 36 | 61 | 523 | 36 | 47 |
| Binary | 10000010 | 1000110 | 1011011 | 0 | 101110 | 11110 | 110001 | 101010011 | 11110 | 100111 |
Color Harmonies of #82465B
Complementary color
Monochromatic Colors of #82465B
Black with #82465B
Text Example
Text Example
White with #82465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82465B; }
p { color: rgb(130,70,91); }
H1.HeaderClassName
{
color: #82465B;
}
.AnyTagClassName
{
color: #82465B;
}
</style>
background-color css
<style>
a { background-color: #82465B; }
a { background-color: rgb(130,70,91); }
div.DivClassName
{
background-color: #82465B;
}
.BgClassName
{
background-color: #82465B;
}
</style>
border-color css
<style>
span { border-color: #82465B; }
span { border-color: rgb(130,70,91); }
td.TdClassName
{
border-color: #82465B;
}
.TagClassName
{
border-color: #82465B;
}
</style>