#835063

Color #835063 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #835063

Tints of Cosmic #835063

Color information

#835063 (or 0x835063) is unknown color: approx Cosmic. HEX triplet: 83, 50 and 63. RGB value is (131,80,99). Sum of RGB (Red+Green+Blue) = 131+80+99=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #835063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835063 is #7CAF9C. Grayscale: #616161. Windows color (decimal): -8171421 or 6508675. OLE color: 6508675.

HSL color Cylindrical-coordinate representation of color #835063: hue angle of 337.65º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #835063 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB1318099-
CMYK00.390.240.49
HSL337.65º24.17%41.37%-
HSV(B)337.65º38.93%51.37%-
XYZ14.4811.4613.25-
YUV97.42128.9151.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 42.26%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=42.26%
G=25.81%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131809900.390.240.49337.6524.1741.37
Hex83506302718311521829
Octal20312014304730615223051
Binary100000111010000110001101001111100011000110101001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835063; }

 p { color: rgb(131,80,99); }

 H1.HeaderClassName
 {
   color: #835063;
 }
 .AnyTagClassName
 {
   color: #835063;
 }
</style>
background-color css

<style>
 a { background-color: #835063; }

 a { background-color: rgb(131,80,99); }

 div.DivClassName
 {
   background-color: #835063;
 }
 .BgClassName
 {
   background-color: #835063;
 }
</style>
border-color css

<style>
 span { border-color: #835063; }

 span { border-color: rgb(131,80,99); }

 td.TdClassName
 {
   border-color: #835063;
 }
 .TagClassName
 {
   border-color: #835063;
 }
</style>