Shades of Cosmic #834D6B
Tints of Cosmic #834D6B
RGB
CMYK
RGB Variations
Color information
#834D6B (or 0x834D6B) is known color: Cosmic. HEX triplet: 83, 4D and 6B. RGB value is (131,77,107). Sum of RGB (Red+Green+Blue) = 131+77+107=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #834D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834D6B is #7CB294. Grayscale: #606060. Windows color (decimal): -8172181 or 7032195. OLE color: 7032195.
HSL color Cylindrical-coordinate representation of color #834D6B: hue angle of 326.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 #834D6B is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 77 | 107 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.49 |
| HSL | 326.67º | 0.26% | 0.41% | - |
| HSV(B) | 326.67º | 0.41% | 0.51% | - |
| XYZ | 14.67 | 11.19 | 15.3 | - |
| YUV | 96.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 107 | 0 | 0.41 | 0.18 | 0.49 | 326.67 | 0.26 | 0.41 |
| Hex | 83 | 4D | 6B | 0 | 29 | 12 | 31 | 147 | 1A | 29 |
| Octal | 203 | 115 | 153 | 0 | 51 | 22 | 61 | 507 | 32 | 51 |
| Binary | 10000011 | 1001101 | 1101011 | 0 | 101001 | 10010 | 110001 | 101000111 | 11010 | 101001 |
Color Harmonies of #834D6B
Complementary color
Monochromatic Colors of #834D6B
Black with #834D6B
Text Example
Text Example
White with #834D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834D6B; }
p { color: rgb(131,77,107); }
H1.HeaderClassName
{
color: #834D6B;
}
.AnyTagClassName
{
color: #834D6B;
}
</style>
background-color css
<style>
a { background-color: #834D6B; }
a { background-color: rgb(131,77,107); }
div.DivClassName
{
background-color: #834D6B;
}
.BgClassName
{
background-color: #834D6B;
}
</style>
border-color css
<style>
span { border-color: #834D6B; }
span { border-color: rgb(131,77,107); }
td.TdClassName
{
border-color: #834D6B;
}
.TagClassName
{
border-color: #834D6B;
}
</style>