Shades of Cosmic #83566D
Tints of Cosmic #83566D
RGB
CMYK
RGB Variations
Color information
#83566D (or 0x83566D) is known color: Cosmic. HEX triplet: 83, 56 and 6D. RGB value is (131,86,109). Sum of RGB (Red+Green+Blue) = 131+86+109=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #83566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83566D is #7CA992. Grayscale: #666666. Windows color (decimal): -8169875 or 7165571. OLE color: 7165571.
HSL color Cylindrical-coordinate representation of color #83566D: hue angle of 329.33º degrees, saturation: 0.21, 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 #83566D is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 86 | 109 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.49 |
| HSL | 329.33º | 0.21% | 0.43% | - |
| HSV(B) | 329.33º | 0.34% | 0.51% | - |
| XYZ | 15.45 | 12.59 | 16.08 | - |
| YUV | 102.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 86 | 109 | 0 | 0.34 | 0.17 | 0.49 | 329.33 | 0.21 | 0.43 |
| Hex | 83 | 56 | 6D | 0 | 22 | 11 | 31 | 149 | 15 | 2B |
| Octal | 203 | 126 | 155 | 0 | 42 | 21 | 61 | 511 | 25 | 53 |
| Binary | 10000011 | 1010110 | 1101101 | 0 | 100010 | 10001 | 110001 | 101001001 | 10101 | 101011 |
Color Harmonies of #83566D
Complementary color
Monochromatic Colors of #83566D
Black with #83566D
Text Example
Text Example
White with #83566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83566D; }
p { color: rgb(131,86,109); }
H1.HeaderClassName
{
color: #83566D;
}
.AnyTagClassName
{
color: #83566D;
}
</style>
background-color css
<style>
a { background-color: #83566D; }
a { background-color: rgb(131,86,109); }
div.DivClassName
{
background-color: #83566D;
}
.BgClassName
{
background-color: #83566D;
}
</style>
border-color css
<style>
span { border-color: #83566D; }
span { border-color: rgb(131,86,109); }
td.TdClassName
{
border-color: #83566D;
}
.TagClassName
{
border-color: #83566D;
}
</style>