Shades of Cosmic #82465C
Tints of Cosmic #82465C
RGB
CMYK
RGB Variations
Color information
#82465C (or 0x82465C) is known color: Cosmic. HEX triplet: 82, 46 and 5C. RGB value is (130,70,92). Sum of RGB (Red+Green+Blue) = 130+70+92=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82465C is #7DB9A3. Grayscale: #5A5A5A. Windows color (decimal): -8239524 or 6047362. OLE color: 6047362.
HSL color Cylindrical-coordinate representation of color #82465C: hue angle of 338º 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 #82465C is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 70 | 92 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.49 |
| HSL | 338º | 0.3% | 0.39% | - |
| HSV(B) | 338º | 0.46% | 0.51% | - |
| XYZ | 13.33 | 9.9 | 11.33 | - |
| YUV | 90.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 70 | 92 | 0 | 0.46 | 0.29 | 0.49 | 338 | 0.3 | 0.39 |
| Hex | 82 | 46 | 5C | 0 | 2E | 1D | 31 | 152 | 1E | 27 |
| Octal | 202 | 106 | 134 | 0 | 56 | 35 | 61 | 522 | 36 | 47 |
| Binary | 10000010 | 1000110 | 1011100 | 0 | 101110 | 11101 | 110001 | 101010010 | 11110 | 100111 |
Color Harmonies of #82465C
Complementary color
Monochromatic Colors of #82465C
Black with #82465C
Text Example
Text Example
White with #82465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82465C; }
p { color: rgb(130,70,92); }
H1.HeaderClassName
{
color: #82465C;
}
.AnyTagClassName
{
color: #82465C;
}
</style>
background-color css
<style>
a { background-color: #82465C; }
a { background-color: rgb(130,70,92); }
div.DivClassName
{
background-color: #82465C;
}
.BgClassName
{
background-color: #82465C;
}
</style>
border-color css
<style>
span { border-color: #82465C; }
span { border-color: rgb(130,70,92); }
td.TdClassName
{
border-color: #82465C;
}
.TagClassName
{
border-color: #82465C;
}
</style>