Shades of Cosmic #83475F
Tints of Cosmic #83475F
RGB
CMYK
RGB Variations
Color information
#83475F (or 0x83475F) is known color: Cosmic. HEX triplet: 83, 47 and 5F. RGB value is (131,71,95). Sum of RGB (Red+Green+Blue) = 131+71+95=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #83475F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83475F is #7CB8A0. Grayscale: #5B5B5B. Windows color (decimal): -8173729 or 6244227. OLE color: 6244227.
HSL color Cylindrical-coordinate representation of color #83475F: hue angle of 336º 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 #83475F is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 71 | 95 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.49 |
| HSL | 336º | 0.3% | 0.4% | - |
| HSV(B) | 336º | 0.46% | 0.51% | - |
| XYZ | 13.68 | 10.16 | 12.07 | - |
| YUV | 91.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 71 | 95 | 0 | 0.46 | 0.27 | 0.49 | 336 | 0.3 | 0.4 |
| Hex | 83 | 47 | 5F | 0 | 2E | 1B | 31 | 150 | 1E | 28 |
| Octal | 203 | 107 | 137 | 0 | 56 | 33 | 61 | 520 | 36 | 50 |
| Binary | 10000011 | 1000111 | 1011111 | 0 | 101110 | 11011 | 110001 | 101010000 | 11110 | 101000 |
Color Harmonies of #83475F
Complementary color
Monochromatic Colors of #83475F
Black with #83475F
Text Example
Text Example
White with #83475F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83475F; }
p { color: rgb(131,71,95); }
H1.HeaderClassName
{
color: #83475F;
}
.AnyTagClassName
{
color: #83475F;
}
</style>
background-color css
<style>
a { background-color: #83475F; }
a { background-color: rgb(131,71,95); }
div.DivClassName
{
background-color: #83475F;
}
.BgClassName
{
background-color: #83475F;
}
</style>
border-color css
<style>
span { border-color: #83475F; }
span { border-color: rgb(131,71,95); }
td.TdClassName
{
border-color: #83475F;
}
.TagClassName
{
border-color: #83475F;
}
</style>