Shades of Cosmic #83526E
Tints of Cosmic #83526E
RGB
CMYK
RGB Variations
Color information
#83526E (or 0x83526E) is known color: Cosmic. HEX triplet: 83, 52 and 6E. RGB value is (131,82,110). Sum of RGB (Red+Green+Blue) = 131+82+110=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 131 - color contains mainly: red. Hex color #83526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83526E is #7CAD91. Grayscale: #636363. Windows color (decimal): -8170898 or 7230083. OLE color: 7230083.
HSL color Cylindrical-coordinate representation of color #83526E: hue angle of 325.71º degrees, saturation: 0.23, 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 #83526E is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 82 | 110 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.49 |
| HSL | 325.71º | 0.23% | 0.42% | - |
| HSV(B) | 325.71º | 0.37% | 0.51% | - |
| XYZ | 15.19 | 11.99 | 16.26 | - |
| YUV | 99.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 110 | 0 | 0.37 | 0.16 | 0.49 | 325.71 | 0.23 | 0.42 |
| Hex | 83 | 52 | 6E | 0 | 25 | 10 | 31 | 146 | 17 | 2A |
| Octal | 203 | 122 | 156 | 0 | 45 | 20 | 61 | 506 | 27 | 52 |
| Binary | 10000011 | 1010010 | 1101110 | 0 | 100101 | 10000 | 110001 | 101000110 | 10111 | 101010 |
Color Harmonies of #83526E
Complementary color
Monochromatic Colors of #83526E
Black with #83526E
Text Example
Text Example
White with #83526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83526E; }
p { color: rgb(131,82,110); }
H1.HeaderClassName
{
color: #83526E;
}
.AnyTagClassName
{
color: #83526E;
}
</style>
background-color css
<style>
a { background-color: #83526E; }
a { background-color: rgb(131,82,110); }
div.DivClassName
{
background-color: #83526E;
}
.BgClassName
{
background-color: #83526E;
}
</style>
border-color css
<style>
span { border-color: #83526E; }
span { border-color: rgb(131,82,110); }
td.TdClassName
{
border-color: #83526E;
}
.TagClassName
{
border-color: #83526E;
}
</style>