Shades of Cosmic #82465A
Tints of Cosmic #82465A
RGB
CMYK
RGB Variations
Color information
#82465A (or 0x82465A) is known color: Cosmic. HEX triplet: 82, 46 and 5A. RGB value is (130,70,90). Sum of RGB (Red+Green+Blue) = 130+70+90=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #82465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82465A is #7DB9A5. Grayscale: #5A5A5A. Windows color (decimal): -8239526 or 5916290. OLE color: 5916290.
HSL color Cylindrical-coordinate representation of color #82465A: hue angle of 340º 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 #82465A is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 70 | 90 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.49 |
| HSL | 340º | 0.3% | 0.39% | - |
| HSV(B) | 340º | 0.46% | 0.51% | - |
| XYZ | 13.24 | 9.86 | 10.88 | - |
| YUV | 90.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 70 | 90 | 0 | 0.46 | 0.31 | 0.49 | 340 | 0.3 | 0.39 |
| Hex | 82 | 46 | 5A | 0 | 2E | 1F | 31 | 154 | 1E | 27 |
| Octal | 202 | 106 | 132 | 0 | 56 | 37 | 61 | 524 | 36 | 47 |
| Binary | 10000010 | 1000110 | 1011010 | 0 | 101110 | 11111 | 110001 | 101010100 | 11110 | 100111 |
Color Harmonies of #82465A
Complementary color
Monochromatic Colors of #82465A
Black with #82465A
Text Example
Text Example
White with #82465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82465A; }
p { color: rgb(130,70,90); }
H1.HeaderClassName
{
color: #82465A;
}
.AnyTagClassName
{
color: #82465A;
}
</style>
background-color css
<style>
a { background-color: #82465A; }
a { background-color: rgb(130,70,90); }
div.DivClassName
{
background-color: #82465A;
}
.BgClassName
{
background-color: #82465A;
}
</style>
border-color css
<style>
span { border-color: #82465A; }
span { border-color: rgb(130,70,90); }
td.TdClassName
{
border-color: #82465A;
}
.TagClassName
{
border-color: #82465A;
}
</style>