Shades of Cosmic #83516B
Tints of Cosmic #83516B
RGB
CMYK
RGB Variations
Color information
#83516B (or 0x83516B) is known color: Cosmic. HEX triplet: 83, 51 and 6B. RGB value is (131,81,107). Sum of RGB (Red+Green+Blue) = 131+81+107=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 131 - color contains mainly: red. Hex color #83516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83516B is #7CAE94. Grayscale: #626262. Windows color (decimal): -8171157 or 7033219. OLE color: 7033219.
HSL color Cylindrical-coordinate representation of color #83516B: hue angle of 328.8º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83516B is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 81 | 107 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.49 |
| HSL | 328.8º | 0.24% | 0.42% | - |
| HSV(B) | 328.8º | 0.38% | 0.51% | - |
| XYZ | 14.96 | 11.77 | 15.39 | - |
| YUV | 98.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 107 | 0 | 0.38 | 0.18 | 0.49 | 328.8 | 0.24 | 0.42 |
| Hex | 83 | 51 | 6B | 0 | 26 | 12 | 31 | 149 | 18 | 2A |
| Octal | 203 | 121 | 153 | 0 | 46 | 22 | 61 | 511 | 30 | 52 |
| Binary | 10000011 | 1010001 | 1101011 | 0 | 100110 | 10010 | 110001 | 101001001 | 11000 | 101010 |
Color Harmonies of #83516B
Complementary color
Monochromatic Colors of #83516B
Black with #83516B
Text Example
Text Example
White with #83516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83516B; }
p { color: rgb(131,81,107); }
H1.HeaderClassName
{
color: #83516B;
}
.AnyTagClassName
{
color: #83516B;
}
</style>
background-color css
<style>
a { background-color: #83516B; }
a { background-color: rgb(131,81,107); }
div.DivClassName
{
background-color: #83516B;
}
.BgClassName
{
background-color: #83516B;
}
</style>
border-color css
<style>
span { border-color: #83516B; }
span { border-color: rgb(131,81,107); }
td.TdClassName
{
border-color: #83516B;
}
.TagClassName
{
border-color: #83516B;
}
</style>