Shades of Cosmic #824A6E
Tints of Cosmic #824A6E
RGB
CMYK
RGB Variations
Color information
#824A6E (or 0x824A6E) is known color: Cosmic. HEX triplet: 82, 4A and 6E. RGB value is (130,74,110). Sum of RGB (Red+Green+Blue) = 130+74+110=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #824A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824A6E is #7DB591. Grayscale: #5E5E5E. Windows color (decimal): -8238482 or 7228034. OLE color: 7228034.
HSL color Cylindrical-coordinate representation of color #824A6E: hue angle of 321.43º 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 #824A6E is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 74 | 110 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.49 |
| HSL | 321.43º | 0.27% | 0.4% | - |
| HSV(B) | 321.43º | 0.43% | 0.51% | - |
| XYZ | 14.47 | 10.77 | 16.07 | - |
| YUV | 94.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 110 | 0 | 0.43 | 0.15 | 0.49 | 321.43 | 0.27 | 0.4 |
| Hex | 82 | 4A | 6E | 0 | 2B | F | 31 | 141 | 1B | 28 |
| Octal | 202 | 112 | 156 | 0 | 53 | 17 | 61 | 501 | 33 | 50 |
| Binary | 10000010 | 1001010 | 1101110 | 0 | 101011 | 1111 | 110001 | 101000001 | 11011 | 101000 |
Color Harmonies of #824A6E
Complementary color
Monochromatic Colors of #824A6E
Black with #824A6E
Text Example
Text Example
White with #824A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824A6E; }
p { color: rgb(130,74,110); }
H1.HeaderClassName
{
color: #824A6E;
}
.AnyTagClassName
{
color: #824A6E;
}
</style>
background-color css
<style>
a { background-color: #824A6E; }
a { background-color: rgb(130,74,110); }
div.DivClassName
{
background-color: #824A6E;
}
.BgClassName
{
background-color: #824A6E;
}
</style>
border-color css
<style>
span { border-color: #824A6E; }
span { border-color: rgb(130,74,110); }
td.TdClassName
{
border-color: #824A6E;
}
.TagClassName
{
border-color: #824A6E;
}
</style>