Shades of Cosmic #83476E
Tints of Cosmic #83476E
RGB
CMYK
RGB Variations
Color information
#83476E (or 0x83476E) is known color: Cosmic. HEX triplet: 83, 47 and 6E. RGB value is (131,71,110). Sum of RGB (Red+Green+Blue) = 131+71+110=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #83476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83476E is #7CB891. Grayscale: #5D5D5D. Windows color (decimal): -8173714 or 7227267. OLE color: 7227267.
HSL color Cylindrical-coordinate representation of color #83476E: hue angle of 321º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83476E is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 71 | 110 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.49 |
| HSL | 321º | 0.3% | 0.4% | - |
| HSV(B) | 321º | 0.46% | 0.51% | - |
| XYZ | 14.43 | 10.46 | 16.01 | - |
| YUV | 93.39 | 137.38 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 71 | 110 | 0 | 0.46 | 0.16 | 0.49 | 321 | 0.3 | 0.4 |
| Hex | 83 | 47 | 6E | 0 | 2E | 10 | 31 | 141 | 1E | 28 |
| Octal | 203 | 107 | 156 | 0 | 56 | 20 | 61 | 501 | 36 | 50 |
| Binary | 10000011 | 1000111 | 1101110 | 0 | 101110 | 10000 | 110001 | 101000001 | 11110 | 101000 |
Color Harmonies of #83476E
Complementary color
Monochromatic Colors of #83476E
Black with #83476E
Text Example
Text Example
White with #83476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83476E; }
p { color: rgb(131,71,110); }
H1.HeaderClassName
{
color: #83476E;
}
.AnyTagClassName
{
color: #83476E;
}
</style>
background-color css
<style>
a { background-color: #83476E; }
a { background-color: rgb(131,71,110); }
div.DivClassName
{
background-color: #83476E;
}
.BgClassName
{
background-color: #83476E;
}
</style>
border-color css
<style>
span { border-color: #83476E; }
span { border-color: rgb(131,71,110); }
td.TdClassName
{
border-color: #83476E;
}
.TagClassName
{
border-color: #83476E;
}
</style>