Shades of Cosmic #83486A
Tints of Cosmic #83486A
RGB
CMYK
RGB Variations
Color information
#83486A (or 0x83486A) is known color: Cosmic. HEX triplet: 83, 48 and 6A. RGB value is (131,72,106). Sum of RGB (Red+Green+Blue) = 131+72+106=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #83486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83486A is #7CB795. Grayscale: #5D5D5D. Windows color (decimal): -8173462 or 6965379. OLE color: 6965379.
HSL color Cylindrical-coordinate representation of color #83486A: hue angle of 325.42º 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 #83486A is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 72 | 106 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.49 |
| HSL | 325.42º | 0.29% | 0.4% | - |
| HSV(B) | 325.42º | 0.45% | 0.51% | - |
| XYZ | 14.28 | 10.5 | 14.91 | - |
| YUV | 93.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 72 | 106 | 0 | 0.45 | 0.19 | 0.49 | 325.42 | 0.29 | 0.4 |
| Hex | 83 | 48 | 6A | 0 | 2D | 13 | 31 | 145 | 1D | 28 |
| Octal | 203 | 110 | 152 | 0 | 55 | 23 | 61 | 505 | 35 | 50 |
| Binary | 10000011 | 1001000 | 1101010 | 0 | 101101 | 10011 | 110001 | 101000101 | 11101 | 101000 |
Color Harmonies of #83486A
Complementary color
Monochromatic Colors of #83486A
Black with #83486A
Text Example
Text Example
White with #83486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83486A; }
p { color: rgb(131,72,106); }
H1.HeaderClassName
{
color: #83486A;
}
.AnyTagClassName
{
color: #83486A;
}
</style>
background-color css
<style>
a { background-color: #83486A; }
a { background-color: rgb(131,72,106); }
div.DivClassName
{
background-color: #83486A;
}
.BgClassName
{
background-color: #83486A;
}
</style>
border-color css
<style>
span { border-color: #83486A; }
span { border-color: rgb(131,72,106); }
td.TdClassName
{
border-color: #83486A;
}
.TagClassName
{
border-color: #83486A;
}
</style>