Shades of Cosmic #834961
Tints of Cosmic #834961
RGB
CMYK
RGB Variations
Color information
#834961 (or 0x834961) is known color: Cosmic. HEX triplet: 83, 49 and 61. RGB value is (131,73,97). Sum of RGB (Red+Green+Blue) = 131+73+97=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #834961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834961 is #7CB69E. Grayscale: #5D5D5D. Windows color (decimal): -8173215 or 6375811. OLE color: 6375811.
HSL color Cylindrical-coordinate representation of color #834961: hue angle of 335.17º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #834961 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 73 | 97 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.49 |
| HSL | 335.17º | 0.28% | 0.4% | - |
| HSV(B) | 335.17º | 0.44% | 0.51% | - |
| XYZ | 13.9 | 10.45 | 12.59 | - |
| YUV | 93.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 73 | 97 | 0 | 0.44 | 0.26 | 0.49 | 335.17 | 0.28 | 0.4 |
| Hex | 83 | 49 | 61 | 0 | 2C | 1A | 31 | 14F | 1C | 28 |
| Octal | 203 | 111 | 141 | 0 | 54 | 32 | 61 | 517 | 34 | 50 |
| Binary | 10000011 | 1001001 | 1100001 | 0 | 101100 | 11010 | 110001 | 101001111 | 11100 | 101000 |
Color Harmonies of #834961
Complementary color
Monochromatic Colors of #834961
Black with #834961
Text Example
Text Example
White with #834961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834961; }
p { color: rgb(131,73,97); }
H1.HeaderClassName
{
color: #834961;
}
.AnyTagClassName
{
color: #834961;
}
</style>
background-color css
<style>
a { background-color: #834961; }
a { background-color: rgb(131,73,97); }
div.DivClassName
{
background-color: #834961;
}
.BgClassName
{
background-color: #834961;
}
</style>
border-color css
<style>
span { border-color: #834961; }
span { border-color: rgb(131,73,97); }
td.TdClassName
{
border-color: #834961;
}
.TagClassName
{
border-color: #834961;
}
</style>