Shades of Cosmic #83456E
Tints of Cosmic #83456E
RGB
CMYK
RGB Variations
Color information
#83456E (or 0x83456E) is known color: Cosmic. HEX triplet: 83, 45 and 6E. RGB value is (131,69,110). Sum of RGB (Red+Green+Blue) = 131+69+110=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #83456E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83456E is #7CBA91. Grayscale: #5C5C5C. Windows color (decimal): -8174226 or 7226755. OLE color: 7226755.
HSL color Cylindrical-coordinate representation of color #83456E: hue angle of 320.32º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83456E is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 69 | 110 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.49 |
| HSL | 320.32º | 0.31% | 0.39% | - |
| HSV(B) | 320.32º | 0.47% | 0.51% | - |
| XYZ | 14.3 | 10.21 | 15.97 | - |
| YUV | 92.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 69 | 110 | 0 | 0.47 | 0.16 | 0.49 | 320.32 | 0.31 | 0.39 |
| Hex | 83 | 45 | 6E | 0 | 2F | 10 | 31 | 140 | 1F | 27 |
| Octal | 203 | 105 | 156 | 0 | 57 | 20 | 61 | 500 | 37 | 47 |
| Binary | 10000011 | 1000101 | 1101110 | 0 | 101111 | 10000 | 110001 | 101000000 | 11111 | 100111 |
Color Harmonies of #83456E
Complementary color
Monochromatic Colors of #83456E
Black with #83456E
Text Example
Text Example
White with #83456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83456E; }
p { color: rgb(131,69,110); }
H1.HeaderClassName
{
color: #83456E;
}
.AnyTagClassName
{
color: #83456E;
}
</style>
background-color css
<style>
a { background-color: #83456E; }
a { background-color: rgb(131,69,110); }
div.DivClassName
{
background-color: #83456E;
}
.BgClassName
{
background-color: #83456E;
}
</style>
border-color css
<style>
span { border-color: #83456E; }
span { border-color: rgb(131,69,110); }
td.TdClassName
{
border-color: #83456E;
}
.TagClassName
{
border-color: #83456E;
}
</style>