Shades of Cosmic #83576B
Tints of Cosmic #83576B
RGB
CMYK
RGB Variations
Color information
#83576B (or 0x83576B) is known color: Cosmic. HEX triplet: 83, 57 and 6B. RGB value is (131,87,107). Sum of RGB (Red+Green+Blue) = 131+87+107=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #83576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83576B is #7CA894. Grayscale: #666666. Windows color (decimal): -8169621 or 7034755. OLE color: 7034755.
HSL color Cylindrical-coordinate representation of color #83576B: hue angle of 332.73º 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 #83576B is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 87 | 107 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.49 |
| HSL | 332.73º | 0.2% | 0.43% | - |
| HSV(B) | 332.73º | 0.34% | 0.51% | - |
| XYZ | 15.42 | 12.7 | 15.55 | - |
| YUV | 102.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 87 | 107 | 0 | 0.34 | 0.18 | 0.49 | 332.73 | 0.2 | 0.43 |
| Hex | 83 | 57 | 6B | 0 | 22 | 12 | 31 | 14D | 14 | 2B |
| Octal | 203 | 127 | 153 | 0 | 42 | 22 | 61 | 515 | 24 | 53 |
| Binary | 10000011 | 1010111 | 1101011 | 0 | 100010 | 10010 | 110001 | 101001101 | 10100 | 101011 |
Color Harmonies of #83576B
Complementary color
Monochromatic Colors of #83576B
Black with #83576B
Text Example
Text Example
White with #83576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83576B; }
p { color: rgb(131,87,107); }
H1.HeaderClassName
{
color: #83576B;
}
.AnyTagClassName
{
color: #83576B;
}
</style>
background-color css
<style>
a { background-color: #83576B; }
a { background-color: rgb(131,87,107); }
div.DivClassName
{
background-color: #83576B;
}
.BgClassName
{
background-color: #83576B;
}
</style>
border-color css
<style>
span { border-color: #83576B; }
span { border-color: rgb(131,87,107); }
td.TdClassName
{
border-color: #83576B;
}
.TagClassName
{
border-color: #83576B;
}
</style>