Shades of Cosmic #824E69
Tints of Cosmic #824E69
RGB
CMYK
RGB Variations
Color information
#824E69 (or 0x824E69) is known color: Cosmic. HEX triplet: 82, 4E and 69. RGB value is (130,78,105). Sum of RGB (Red+Green+Blue) = 130+78+105=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #824E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824E69 is #7DB196. Grayscale: #606060. Windows color (decimal): -8237463 or 6901378. OLE color: 6901378.
HSL color Cylindrical-coordinate representation of color #824E69: hue angle of 328.85º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #824E69 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 78 | 105 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.49 |
| HSL | 328.85º | 0.25% | 0.41% | - |
| HSV(B) | 328.85º | 0.4% | 0.51% | - |
| XYZ | 14.48 | 11.21 | 14.77 | - |
| YUV | 96.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 105 | 0 | 0.40 | 0.19 | 0.49 | 328.85 | 0.25 | 0.41 |
| Hex | 82 | 4E | 69 | 0 | 28 | 13 | 31 | 149 | 19 | 29 |
| Octal | 202 | 116 | 151 | 0 | 50 | 23 | 61 | 511 | 31 | 51 |
| Binary | 10000010 | 1001110 | 1101001 | 0 | 101000 | 10011 | 110001 | 101001001 | 11001 | 101001 |
Color Harmonies of #824E69
Complementary color
Monochromatic Colors of #824E69
Black with #824E69
Text Example
Text Example
White with #824E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824E69; }
p { color: rgb(130,78,105); }
H1.HeaderClassName
{
color: #824E69;
}
.AnyTagClassName
{
color: #824E69;
}
</style>
background-color css
<style>
a { background-color: #824E69; }
a { background-color: rgb(130,78,105); }
div.DivClassName
{
background-color: #824E69;
}
.BgClassName
{
background-color: #824E69;
}
</style>
border-color css
<style>
span { border-color: #824E69; }
span { border-color: rgb(130,78,105); }
td.TdClassName
{
border-color: #824E69;
}
.TagClassName
{
border-color: #824E69;
}
</style>