Shades of Cosmic #83576E
Tints of Cosmic #83576E
RGB
CMYK
RGB Variations
Color information
#83576E (or 0x83576E) is known color: Cosmic. HEX triplet: 83, 57 and 6E. RGB value is (131,87,110). Sum of RGB (Red+Green+Blue) = 131+87+110=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #83576E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83576E is #7CA891. Grayscale: #666666. Windows color (decimal): -8169618 or 7231363. OLE color: 7231363.
HSL color Cylindrical-coordinate representation of color #83576E: hue angle of 328.64º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83576E is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 87 | 110 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.49 |
| HSL | 328.64º | 0.2% | 0.43% | - |
| HSV(B) | 328.64º | 0.34% | 0.51% | - |
| XYZ | 15.58 | 12.77 | 16.39 | - |
| YUV | 102.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 87 | 110 | 0 | 0.34 | 0.16 | 0.49 | 328.64 | 0.2 | 0.43 |
| Hex | 83 | 57 | 6E | 0 | 22 | 10 | 31 | 149 | 14 | 2B |
| Octal | 203 | 127 | 156 | 0 | 42 | 20 | 61 | 511 | 24 | 53 |
| Binary | 10000011 | 1010111 | 1101110 | 0 | 100010 | 10000 | 110001 | 101001001 | 10100 | 101011 |
Color Harmonies of #83576E
Complementary color
Monochromatic Colors of #83576E
Black with #83576E
Text Example
Text Example
White with #83576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83576E; }
p { color: rgb(131,87,110); }
H1.HeaderClassName
{
color: #83576E;
}
.AnyTagClassName
{
color: #83576E;
}
</style>
background-color css
<style>
a { background-color: #83576E; }
a { background-color: rgb(131,87,110); }
div.DivClassName
{
background-color: #83576E;
}
.BgClassName
{
background-color: #83576E;
}
</style>
border-color css
<style>
span { border-color: #83576E; }
span { border-color: rgb(131,87,110); }
td.TdClassName
{
border-color: #83576E;
}
.TagClassName
{
border-color: #83576E;
}
</style>