Shades of Cosmic #824D62
Tints of Cosmic #824D62
RGB
CMYK
RGB Variations
Color information
#824D62 (or 0x824D62) is known color: Cosmic. HEX triplet: 82, 4D and 62. RGB value is (130,77,98). Sum of RGB (Red+Green+Blue) = 130+77+98=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #824D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824D62 is #7DB29D. Grayscale: #5F5F5F. Windows color (decimal): -8237726 or 6442370. OLE color: 6442370.
HSL color Cylindrical-coordinate representation of color #824D62: hue angle of 336.23º 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 #824D62 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 98 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.49 |
| HSL | 336.23º | 0.26% | 0.41% | - |
| HSV(B) | 336.23º | 0.41% | 0.51% | - |
| XYZ | 14.06 | 10.94 | 12.92 | - |
| YUV | 95.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 98 | 0 | 0.41 | 0.25 | 0.49 | 336.23 | 0.26 | 0.41 |
| Hex | 82 | 4D | 62 | 0 | 29 | 19 | 31 | 150 | 1A | 29 |
| Octal | 202 | 115 | 142 | 0 | 51 | 31 | 61 | 520 | 32 | 51 |
| Binary | 10000010 | 1001101 | 1100010 | 0 | 101001 | 11001 | 110001 | 101010000 | 11010 | 101001 |
Color Harmonies of #824D62
Complementary color
Monochromatic Colors of #824D62
Black with #824D62
Text Example
Text Example
White with #824D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D62; }
p { color: rgb(130,77,98); }
H1.HeaderClassName
{
color: #824D62;
}
.AnyTagClassName
{
color: #824D62;
}
</style>
background-color css
<style>
a { background-color: #824D62; }
a { background-color: rgb(130,77,98); }
div.DivClassName
{
background-color: #824D62;
}
.BgClassName
{
background-color: #824D62;
}
</style>
border-color css
<style>
span { border-color: #824D62; }
span { border-color: rgb(130,77,98); }
td.TdClassName
{
border-color: #824D62;
}
.TagClassName
{
border-color: #824D62;
}
</style>