Shades of Cosmic #82445C
Tints of Cosmic #82445C
RGB
CMYK
RGB Variations
Color information
#82445C (or 0x82445C) is known color: Cosmic. HEX triplet: 82, 44 and 5C. RGB value is (130,68,92). Sum of RGB (Red+Green+Blue) = 130+68+92=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #82445C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82445C is #7DBBA3. Grayscale: #595959. Windows color (decimal): -8240036 or 6046850. OLE color: 6046850.
HSL color Cylindrical-coordinate representation of color #82445C: hue angle of 336.77º 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 #82445C is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 68 | 92 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.49 |
| HSL | 336.77º | 0.31% | 0.39% | - |
| HSV(B) | 336.77º | 0.48% | 0.51% | - |
| XYZ | 13.2 | 9.65 | 11.29 | - |
| YUV | 89.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 68 | 92 | 0 | 0.48 | 0.29 | 0.49 | 336.77 | 0.31 | 0.39 |
| Hex | 82 | 44 | 5C | 0 | 30 | 1D | 31 | 151 | 1F | 27 |
| Octal | 202 | 104 | 134 | 0 | 60 | 35 | 61 | 521 | 37 | 47 |
| Binary | 10000010 | 1000100 | 1011100 | 0 | 110000 | 11101 | 110001 | 101010001 | 11111 | 100111 |
Color Harmonies of #82445C
Complementary color
Monochromatic Colors of #82445C
Black with #82445C
Text Example
Text Example
White with #82445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82445C; }
p { color: rgb(130,68,92); }
H1.HeaderClassName
{
color: #82445C;
}
.AnyTagClassName
{
color: #82445C;
}
</style>
background-color css
<style>
a { background-color: #82445C; }
a { background-color: rgb(130,68,92); }
div.DivClassName
{
background-color: #82445C;
}
.BgClassName
{
background-color: #82445C;
}
</style>
border-color css
<style>
span { border-color: #82445C; }
span { border-color: rgb(130,68,92); }
td.TdClassName
{
border-color: #82445C;
}
.TagClassName
{
border-color: #82445C;
}
</style>