Shades of Cosmic #83416D
Tints of Cosmic #83416D
RGB
CMYK
RGB Variations
Color information
#83416D (or 0x83416D) is known color: Cosmic. HEX triplet: 83, 41 and 6D. RGB value is (131,65,109). Sum of RGB (Red+Green+Blue) = 131+65+109=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #83416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83416D is #7CBE92. Grayscale: #595959. Windows color (decimal): -8175251 or 7160195. OLE color: 7160195.
HSL color Cylindrical-coordinate representation of color #83416D: hue angle of 320º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83416D is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 65 | 109 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.49 |
| HSL | 320º | 0.34% | 0.38% | - |
| HSV(B) | 320º | 0.5% | 0.51% | - |
| XYZ | 14.01 | 9.71 | 15.6 | - |
| YUV | 89.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 109 | 0 | 0.50 | 0.17 | 0.49 | 320 | 0.34 | 0.38 |
| Hex | 83 | 41 | 6D | 0 | 32 | 11 | 31 | 140 | 22 | 26 |
| Octal | 203 | 101 | 155 | 0 | 62 | 21 | 61 | 500 | 42 | 46 |
| Binary | 10000011 | 1000001 | 1101101 | 0 | 110010 | 10001 | 110001 | 101000000 | 100010 | 100110 |
Color Harmonies of #83416D
Complementary color
Monochromatic Colors of #83416D
Black with #83416D
Text Example
Text Example
White with #83416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83416D; }
p { color: rgb(131,65,109); }
H1.HeaderClassName
{
color: #83416D;
}
.AnyTagClassName
{
color: #83416D;
}
</style>
background-color css
<style>
a { background-color: #83416D; }
a { background-color: rgb(131,65,109); }
div.DivClassName
{
background-color: #83416D;
}
.BgClassName
{
background-color: #83416D;
}
</style>
border-color css
<style>
span { border-color: #83416D; }
span { border-color: rgb(131,65,109); }
td.TdClassName
{
border-color: #83416D;
}
.TagClassName
{
border-color: #83416D;
}
</style>