Shades of Cosmic #83526C
Tints of Cosmic #83526C
RGB
CMYK
RGB Variations
Color information
#83526C (or 0x83526C) is known color: Cosmic. HEX triplet: 83, 52 and 6C. RGB value is (131,82,108). Sum of RGB (Red+Green+Blue) = 131+82+108=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 131 - color contains mainly: red. Hex color #83526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83526C is #7CAD93. Grayscale: #636363. Windows color (decimal): -8170900 or 7099011. OLE color: 7099011.
HSL color Cylindrical-coordinate representation of color #83526C: hue angle of 328.16º 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 #83526C is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 82 | 108 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.49 |
| HSL | 328.16º | 0.23% | 0.42% | - |
| HSV(B) | 328.16º | 0.37% | 0.51% | - |
| XYZ | 15.08 | 11.94 | 15.7 | - |
| YUV | 99.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 108 | 0 | 0.37 | 0.18 | 0.49 | 328.16 | 0.23 | 0.42 |
| Hex | 83 | 52 | 6C | 0 | 25 | 12 | 31 | 148 | 17 | 2A |
| Octal | 203 | 122 | 154 | 0 | 45 | 22 | 61 | 510 | 27 | 52 |
| Binary | 10000011 | 1010010 | 1101100 | 0 | 100101 | 10010 | 110001 | 101001000 | 10111 | 101010 |
Color Harmonies of #83526C
Complementary color
Monochromatic Colors of #83526C
Black with #83526C
Text Example
Text Example
White with #83526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83526C; }
p { color: rgb(131,82,108); }
H1.HeaderClassName
{
color: #83526C;
}
.AnyTagClassName
{
color: #83526C;
}
</style>
background-color css
<style>
a { background-color: #83526C; }
a { background-color: rgb(131,82,108); }
div.DivClassName
{
background-color: #83526C;
}
.BgClassName
{
background-color: #83526C;
}
</style>
border-color css
<style>
span { border-color: #83526C; }
span { border-color: rgb(131,82,108); }
td.TdClassName
{
border-color: #83526C;
}
.TagClassName
{
border-color: #83526C;
}
</style>