Shades of Cosmic #83386A
Tints of Cosmic #83386A
RGB
CMYK
RGB Variations
Color information
#83386A (or 0x83386A) is known color: Cosmic. HEX triplet: 83, 38 and 6A. RGB value is (131,56,106). Sum of RGB (Red+Green+Blue) = 131+56+106=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #83386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83386A is #7CC795. Grayscale: #545454. Windows color (decimal): -8177558 or 6961283. OLE color: 6961283.
HSL color Cylindrical-coordinate representation of color #83386A: hue angle of 320º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83386A is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 56 | 106 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.49 |
| HSL | 320º | 0.4% | 0.37% | - |
| HSV(B) | 320º | 0.57% | 0.51% | - |
| XYZ | 13.38 | 8.69 | 14.61 | - |
| YUV | 84.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 56 | 106 | 0 | 0.57 | 0.19 | 0.49 | 320 | 0.4 | 0.37 |
| Hex | 83 | 38 | 6A | 0 | 39 | 13 | 31 | 140 | 28 | 25 |
| Octal | 203 | 70 | 152 | 0 | 71 | 23 | 61 | 500 | 50 | 45 |
| Binary | 10000011 | 111000 | 1101010 | 0 | 111001 | 10011 | 110001 | 101000000 | 101000 | 100101 |
Color Harmonies of #83386A
Complementary color
Monochromatic Colors of #83386A
Black with #83386A
Text Example
Text Example
White with #83386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83386A; }
p { color: rgb(131,56,106); }
H1.HeaderClassName
{
color: #83386A;
}
.AnyTagClassName
{
color: #83386A;
}
</style>
background-color css
<style>
a { background-color: #83386A; }
a { background-color: rgb(131,56,106); }
div.DivClassName
{
background-color: #83386A;
}
.BgClassName
{
background-color: #83386A;
}
</style>
border-color css
<style>
span { border-color: #83386A; }
span { border-color: rgb(131,56,106); }
td.TdClassName
{
border-color: #83386A;
}
.TagClassName
{
border-color: #83386A;
}
</style>