Shades of Cosmic #82446D
Tints of Cosmic #82446D
RGB
CMYK
RGB Variations
Color information
#82446D (or 0x82446D) is known color: Cosmic. HEX triplet: 82, 44 and 6D. RGB value is (130,68,109). Sum of RGB (Red+Green+Blue) = 130+68+109=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82446D is #7DBB92. Grayscale: #5B5B5B. Windows color (decimal): -8240019 or 7160962. OLE color: 7160962.
HSL color Cylindrical-coordinate representation of color #82446D: hue angle of 320.32º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82446D is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 68 | 109 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.49 |
| HSL | 320.32º | 0.31% | 0.39% | - |
| HSV(B) | 320.32º | 0.48% | 0.51% | - |
| XYZ | 14.03 | 9.98 | 15.66 | - |
| YUV | 91.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 68 | 109 | 0 | 0.48 | 0.16 | 0.49 | 320.32 | 0.31 | 0.39 |
| Hex | 82 | 44 | 6D | 0 | 30 | 10 | 31 | 140 | 1F | 27 |
| Octal | 202 | 104 | 155 | 0 | 60 | 20 | 61 | 500 | 37 | 47 |
| Binary | 10000010 | 1000100 | 1101101 | 0 | 110000 | 10000 | 110001 | 101000000 | 11111 | 100111 |
Color Harmonies of #82446D
Complementary color
Monochromatic Colors of #82446D
Black with #82446D
Text Example
Text Example
White with #82446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82446D; }
p { color: rgb(130,68,109); }
H1.HeaderClassName
{
color: #82446D;
}
.AnyTagClassName
{
color: #82446D;
}
</style>
background-color css
<style>
a { background-color: #82446D; }
a { background-color: rgb(130,68,109); }
div.DivClassName
{
background-color: #82446D;
}
.BgClassName
{
background-color: #82446D;
}
</style>
border-color css
<style>
span { border-color: #82446D; }
span { border-color: rgb(130,68,109); }
td.TdClassName
{
border-color: #82446D;
}
.TagClassName
{
border-color: #82446D;
}
</style>