Shades of Cosmic #83486F
Tints of Cosmic #83486F
RGB
CMYK
RGB Variations
Color information
#83486F (or 0x83486F) is known color: Cosmic. HEX triplet: 83, 48 and 6F. RGB value is (131,72,111). Sum of RGB (Red+Green+Blue) = 131+72+111=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 131 - color contains mainly: red. Hex color #83486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83486F is #7CB790. Grayscale: #5D5D5D. Windows color (decimal): -8173457 or 7293059. OLE color: 7293059.
HSL color Cylindrical-coordinate representation of color #83486F: hue angle of 320.34º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83486F is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 72 | 111 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.49 |
| HSL | 320.34º | 0.29% | 0.4% | - |
| HSV(B) | 320.34º | 0.45% | 0.51% | - |
| XYZ | 14.55 | 10.61 | 16.32 | - |
| YUV | 94.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 72 | 111 | 0 | 0.45 | 0.15 | 0.49 | 320.34 | 0.29 | 0.4 |
| Hex | 83 | 48 | 6F | 0 | 2D | F | 31 | 140 | 1D | 28 |
| Octal | 203 | 110 | 157 | 0 | 55 | 17 | 61 | 500 | 35 | 50 |
| Binary | 10000011 | 1001000 | 1101111 | 0 | 101101 | 1111 | 110001 | 101000000 | 11101 | 101000 |
Color Harmonies of #83486F
Complementary color
Monochromatic Colors of #83486F
Black with #83486F
Text Example
Text Example
White with #83486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83486F; }
p { color: rgb(131,72,111); }
H1.HeaderClassName
{
color: #83486F;
}
.AnyTagClassName
{
color: #83486F;
}
</style>
background-color css
<style>
a { background-color: #83486F; }
a { background-color: rgb(131,72,111); }
div.DivClassName
{
background-color: #83486F;
}
.BgClassName
{
background-color: #83486F;
}
</style>
border-color css
<style>
span { border-color: #83486F; }
span { border-color: rgb(131,72,111); }
td.TdClassName
{
border-color: #83486F;
}
.TagClassName
{
border-color: #83486F;
}
</style>