Shades of Cosmic #824D6E
Tints of Cosmic #824D6E
RGB
CMYK
RGB Variations
Color information
#824D6E (or 0x824D6E) is known color: Cosmic. HEX triplet: 82, 4D and 6E. RGB value is (130,77,110). Sum of RGB (Red+Green+Blue) = 130+77+110=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #824D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824D6E is #7DB291. Grayscale: #606060. Windows color (decimal): -8237714 or 7228802. OLE color: 7228802.
HSL color Cylindrical-coordinate representation of color #824D6E: hue angle of 322.64º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #824D6E is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 110 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.49 |
| HSL | 322.64º | 0.26% | 0.41% | - |
| HSV(B) | 322.64º | 0.41% | 0.51% | - |
| XYZ | 14.67 | 11.18 | 16.14 | - |
| YUV | 96.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 110 | 0 | 0.41 | 0.15 | 0.49 | 322.64 | 0.26 | 0.41 |
| Hex | 82 | 4D | 6E | 0 | 29 | F | 31 | 143 | 1A | 29 |
| Octal | 202 | 115 | 156 | 0 | 51 | 17 | 61 | 503 | 32 | 51 |
| Binary | 10000010 | 1001101 | 1101110 | 0 | 101001 | 1111 | 110001 | 101000011 | 11010 | 101001 |
Color Harmonies of #824D6E
Complementary color
Monochromatic Colors of #824D6E
Black with #824D6E
Text Example
Text Example
White with #824D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D6E; }
p { color: rgb(130,77,110); }
H1.HeaderClassName
{
color: #824D6E;
}
.AnyTagClassName
{
color: #824D6E;
}
</style>
background-color css
<style>
a { background-color: #824D6E; }
a { background-color: rgb(130,77,110); }
div.DivClassName
{
background-color: #824D6E;
}
.BgClassName
{
background-color: #824D6E;
}
</style>
border-color css
<style>
span { border-color: #824D6E; }
span { border-color: rgb(130,77,110); }
td.TdClassName
{
border-color: #824D6E;
}
.TagClassName
{
border-color: #824D6E;
}
</style>