Shades of Cosmic #83466D
Tints of Cosmic #83466D
RGB
CMYK
RGB Variations
Color information
#83466D (or 0x83466D) is known color: Cosmic. HEX triplet: 83, 46 and 6D. RGB value is (131,70,109). Sum of RGB (Red+Green+Blue) = 131+70+109=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #83466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83466D is #7CB992. Grayscale: #5C5C5C. Windows color (decimal): -8173971 or 7161475. OLE color: 7161475.
HSL color Cylindrical-coordinate representation of color #83466D: hue angle of 321.64º degrees, saturation: 0.3, 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 #83466D is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 70 | 109 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.49 |
| HSL | 321.64º | 0.3% | 0.39% | - |
| HSV(B) | 321.64º | 0.47% | 0.51% | - |
| XYZ | 14.31 | 10.31 | 15.7 | - |
| YUV | 92.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 70 | 109 | 0 | 0.47 | 0.17 | 0.49 | 321.64 | 0.3 | 0.39 |
| Hex | 83 | 46 | 6D | 0 | 2F | 11 | 31 | 142 | 1E | 27 |
| Octal | 203 | 106 | 155 | 0 | 57 | 21 | 61 | 502 | 36 | 47 |
| Binary | 10000011 | 1000110 | 1101101 | 0 | 101111 | 10001 | 110001 | 101000010 | 11110 | 100111 |
Color Harmonies of #83466D
Complementary color
Monochromatic Colors of #83466D
Black with #83466D
Text Example
Text Example
White with #83466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83466D; }
p { color: rgb(131,70,109); }
H1.HeaderClassName
{
color: #83466D;
}
.AnyTagClassName
{
color: #83466D;
}
</style>
background-color css
<style>
a { background-color: #83466D; }
a { background-color: rgb(131,70,109); }
div.DivClassName
{
background-color: #83466D;
}
.BgClassName
{
background-color: #83466D;
}
</style>
border-color css
<style>
span { border-color: #83466D; }
span { border-color: rgb(131,70,109); }
td.TdClassName
{
border-color: #83466D;
}
.TagClassName
{
border-color: #83466D;
}
</style>