Shades of Cosmic #83536E
Tints of Cosmic #83536E
RGB
CMYK
RGB Variations
Color information
#83536E (or 0x83536E) is known color: Cosmic. HEX triplet: 83, 53 and 6E. RGB value is (131,83,110). Sum of RGB (Red+Green+Blue) = 131+83+110=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #83536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83536E is #7CAC91. Grayscale: #646464. Windows color (decimal): -8170642 or 7230339. OLE color: 7230339.
HSL color Cylindrical-coordinate representation of color #83536E: hue angle of 326.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83536E is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 83 | 110 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.49 |
| HSL | 326.25º | 0.22% | 0.42% | - |
| HSV(B) | 326.25º | 0.37% | 0.51% | - |
| XYZ | 15.27 | 12.14 | 16.29 | - |
| YUV | 100.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 110 | 0 | 0.37 | 0.16 | 0.49 | 326.25 | 0.22 | 0.42 |
| Hex | 83 | 53 | 6E | 0 | 25 | 10 | 31 | 146 | 16 | 2A |
| Octal | 203 | 123 | 156 | 0 | 45 | 20 | 61 | 506 | 26 | 52 |
| Binary | 10000011 | 1010011 | 1101110 | 0 | 100101 | 10000 | 110001 | 101000110 | 10110 | 101010 |
Color Harmonies of #83536E
Complementary color
Monochromatic Colors of #83536E
Black with #83536E
Text Example
Text Example
White with #83536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83536E; }
p { color: rgb(131,83,110); }
H1.HeaderClassName
{
color: #83536E;
}
.AnyTagClassName
{
color: #83536E;
}
</style>
background-color css
<style>
a { background-color: #83536E; }
a { background-color: rgb(131,83,110); }
div.DivClassName
{
background-color: #83536E;
}
.BgClassName
{
background-color: #83536E;
}
</style>
border-color css
<style>
span { border-color: #83536E; }
span { border-color: rgb(131,83,110); }
td.TdClassName
{
border-color: #83536E;
}
.TagClassName
{
border-color: #83536E;
}
</style>