Shades of Cosmic #824D69
Tints of Cosmic #824D69
RGB
CMYK
RGB Variations
Color information
#824D69 (or 0x824D69) is known color: Cosmic. HEX triplet: 82, 4D and 69. RGB value is (130,77,105). Sum of RGB (Red+Green+Blue) = 130+77+105=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #824D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824D69 is #7DB296. Grayscale: #5F5F5F. Windows color (decimal): -8237719 or 6901122. OLE color: 6901122.
HSL color Cylindrical-coordinate representation of color #824D69: hue angle of 328.3º 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 #824D69 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 105 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.49 |
| HSL | 328.3º | 0.26% | 0.41% | - |
| HSV(B) | 328.3º | 0.41% | 0.51% | - |
| XYZ | 14.41 | 11.07 | 14.74 | - |
| YUV | 96.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 105 | 0 | 0.41 | 0.19 | 0.49 | 328.3 | 0.26 | 0.41 |
| Hex | 82 | 4D | 69 | 0 | 29 | 13 | 31 | 148 | 1A | 29 |
| Octal | 202 | 115 | 151 | 0 | 51 | 23 | 61 | 510 | 32 | 51 |
| Binary | 10000010 | 1001101 | 1101001 | 0 | 101001 | 10011 | 110001 | 101001000 | 11010 | 101001 |
Color Harmonies of #824D69
Complementary color
Monochromatic Colors of #824D69
Black with #824D69
Text Example
Text Example
White with #824D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D69; }
p { color: rgb(130,77,105); }
H1.HeaderClassName
{
color: #824D69;
}
.AnyTagClassName
{
color: #824D69;
}
</style>
background-color css
<style>
a { background-color: #824D69; }
a { background-color: rgb(130,77,105); }
div.DivClassName
{
background-color: #824D69;
}
.BgClassName
{
background-color: #824D69;
}
</style>
border-color css
<style>
span { border-color: #824D69; }
span { border-color: rgb(130,77,105); }
td.TdClassName
{
border-color: #824D69;
}
.TagClassName
{
border-color: #824D69;
}
</style>