Shades of Cosmic #824A6C
Tints of Cosmic #824A6C
RGB
CMYK
RGB Variations
Color information
#824A6C (or 0x824A6C) is known color: Cosmic. HEX triplet: 82, 4A and 6C. RGB value is (130,74,108). Sum of RGB (Red+Green+Blue) = 130+74+108=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #824A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824A6C is #7DB593. Grayscale: #5E5E5E. Windows color (decimal): -8238484 or 7096962. OLE color: 7096962.
HSL color Cylindrical-coordinate representation of color #824A6C: hue angle of 323.57º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #824A6C is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 74 | 108 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.49 |
| HSL | 323.57º | 0.27% | 0.4% | - |
| HSV(B) | 323.57º | 0.43% | 0.51% | - |
| XYZ | 14.36 | 10.73 | 15.5 | - |
| YUV | 94.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 108 | 0 | 0.43 | 0.17 | 0.49 | 323.57 | 0.27 | 0.4 |
| Hex | 82 | 4A | 6C | 0 | 2B | 11 | 31 | 144 | 1B | 28 |
| Octal | 202 | 112 | 154 | 0 | 53 | 21 | 61 | 504 | 33 | 50 |
| Binary | 10000010 | 1001010 | 1101100 | 0 | 101011 | 10001 | 110001 | 101000100 | 11011 | 101000 |
Color Harmonies of #824A6C
Complementary color
Monochromatic Colors of #824A6C
Black with #824A6C
Text Example
Text Example
White with #824A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824A6C; }
p { color: rgb(130,74,108); }
H1.HeaderClassName
{
color: #824A6C;
}
.AnyTagClassName
{
color: #824A6C;
}
</style>
background-color css
<style>
a { background-color: #824A6C; }
a { background-color: rgb(130,74,108); }
div.DivClassName
{
background-color: #824A6C;
}
.BgClassName
{
background-color: #824A6C;
}
</style>
border-color css
<style>
span { border-color: #824A6C; }
span { border-color: rgb(130,74,108); }
td.TdClassName
{
border-color: #824A6C;
}
.TagClassName
{
border-color: #824A6C;
}
</style>