Shades of Cosmic #834D62
Tints of Cosmic #834D62
RGB
CMYK
RGB Variations
Color information
#834D62 (or 0x834D62) is known color: Cosmic. HEX triplet: 83, 4D and 62. RGB value is (131,77,98). Sum of RGB (Red+Green+Blue) = 131+77+98=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #834D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834D62 is #7CB29D. Grayscale: #5F5F5F. Windows color (decimal): -8172190 or 6442371. OLE color: 6442371.
HSL color Cylindrical-coordinate representation of color #834D62: hue angle of 336.67º 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 #834D62 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 77 | 98 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.49 |
| HSL | 336.67º | 0.26% | 0.41% | - |
| HSV(B) | 336.67º | 0.41% | 0.51% | - |
| XYZ | 14.22 | 11.01 | 12.93 | - |
| YUV | 95.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 98 | 0 | 0.41 | 0.25 | 0.49 | 336.67 | 0.26 | 0.41 |
| Hex | 83 | 4D | 62 | 0 | 29 | 19 | 31 | 151 | 1A | 29 |
| Octal | 203 | 115 | 142 | 0 | 51 | 31 | 61 | 521 | 32 | 51 |
| Binary | 10000011 | 1001101 | 1100010 | 0 | 101001 | 11001 | 110001 | 101010001 | 11010 | 101001 |
Color Harmonies of #834D62
Complementary color
Monochromatic Colors of #834D62
Black with #834D62
Text Example
Text Example
White with #834D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834D62; }
p { color: rgb(131,77,98); }
H1.HeaderClassName
{
color: #834D62;
}
.AnyTagClassName
{
color: #834D62;
}
</style>
background-color css
<style>
a { background-color: #834D62; }
a { background-color: rgb(131,77,98); }
div.DivClassName
{
background-color: #834D62;
}
.BgClassName
{
background-color: #834D62;
}
</style>
border-color css
<style>
span { border-color: #834D62; }
span { border-color: rgb(131,77,98); }
td.TdClassName
{
border-color: #834D62;
}
.TagClassName
{
border-color: #834D62;
}
</style>