Shades of Cosmic #834863
Tints of Cosmic #834863
RGB
CMYK
RGB Variations
Color information
#834863 (or 0x834863) is known color: Cosmic. HEX triplet: 83, 48 and 63. RGB value is (131,72,99). Sum of RGB (Red+Green+Blue) = 131+72+99=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #834863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834863 is #7CB79C. Grayscale: #5C5C5C. Windows color (decimal): -8173469 or 6506627. OLE color: 6506627.
HSL color Cylindrical-coordinate representation of color #834863: hue angle of 332.54º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #834863 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 72 | 99 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.49 |
| HSL | 332.54º | 0.29% | 0.4% | - |
| HSV(B) | 332.54º | 0.45% | 0.51% | - |
| XYZ | 13.93 | 10.36 | 13.07 | - |
| YUV | 92.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 72 | 99 | 0 | 0.45 | 0.24 | 0.49 | 332.54 | 0.29 | 0.4 |
| Hex | 83 | 48 | 63 | 0 | 2D | 18 | 31 | 14D | 1D | 28 |
| Octal | 203 | 110 | 143 | 0 | 55 | 30 | 61 | 515 | 35 | 50 |
| Binary | 10000011 | 1001000 | 1100011 | 0 | 101101 | 11000 | 110001 | 101001101 | 11101 | 101000 |
Color Harmonies of #834863
Complementary color
Monochromatic Colors of #834863
Black with #834863
Text Example
Text Example
White with #834863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834863; }
p { color: rgb(131,72,99); }
H1.HeaderClassName
{
color: #834863;
}
.AnyTagClassName
{
color: #834863;
}
</style>
background-color css
<style>
a { background-color: #834863; }
a { background-color: rgb(131,72,99); }
div.DivClassName
{
background-color: #834863;
}
.BgClassName
{
background-color: #834863;
}
</style>
border-color css
<style>
span { border-color: #834863; }
span { border-color: rgb(131,72,99); }
td.TdClassName
{
border-color: #834863;
}
.TagClassName
{
border-color: #834863;
}
</style>