Shades of Cosmic #824E71
Tints of Cosmic #824E71
RGB
CMYK
RGB Variations
Color information
#824E71 (or 0x824E71) is known color: Cosmic. HEX triplet: 82, 4E and 71. RGB value is (130,78,113). Sum of RGB (Red+Green+Blue) = 130+78+113=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #824E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824E71 is #7DB18E. Grayscale: #616161. Windows color (decimal): -8237455 or 7425666. OLE color: 7425666.
HSL color Cylindrical-coordinate representation of color #824E71: hue angle of 319.62º 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 #824E71 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 78 | 113 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.49 |
| HSL | 319.62º | 0.25% | 0.41% | - |
| HSV(B) | 319.62º | 0.4% | 0.51% | - |
| XYZ | 14.91 | 11.39 | 17.03 | - |
| YUV | 97.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 113 | 0 | 0.40 | 0.13 | 0.49 | 319.62 | 0.25 | 0.41 |
| Hex | 82 | 4E | 71 | 0 | 28 | D | 31 | 140 | 19 | 29 |
| Octal | 202 | 116 | 161 | 0 | 50 | 15 | 61 | 500 | 31 | 51 |
| Binary | 10000010 | 1001110 | 1110001 | 0 | 101000 | 1101 | 110001 | 101000000 | 11001 | 101001 |
Color Harmonies of #824E71
Complementary color
Monochromatic Colors of #824E71
Black with #824E71
Text Example
Text Example
White with #824E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824E71; }
p { color: rgb(130,78,113); }
H1.HeaderClassName
{
color: #824E71;
}
.AnyTagClassName
{
color: #824E71;
}
</style>
background-color css
<style>
a { background-color: #824E71; }
a { background-color: rgb(130,78,113); }
div.DivClassName
{
background-color: #824E71;
}
.BgClassName
{
background-color: #824E71;
}
</style>
border-color css
<style>
span { border-color: #824E71; }
span { border-color: rgb(130,78,113); }
td.TdClassName
{
border-color: #824E71;
}
.TagClassName
{
border-color: #824E71;
}
</style>