#835064

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

Shades of Cosmic #835064

Tints of Cosmic #835064

Color information

#835064 (or 0x835064) is unknown color: approx Cosmic. HEX triplet: 83, 50 and 64. RGB value is (131,80,100). Sum of RGB (Red+Green+Blue) = 131+80+100=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #835064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835064 is #7CAF9B. Grayscale: #616161. Windows color (decimal): -8171420 or 6574211. OLE color: 6574211.

HSL color Cylindrical-coordinate representation of color #835064: hue angle of 336.47º 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 #835064 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB13180100-
CMYK00.390.240.49
HSL336.47º24.17%41.37%-
HSV(B)336.47º38.93%51.37%-
XYZ14.5311.4813.51-
YUV97.53129.4151.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.12%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=42.12%
G=25.72%
B=32.15%

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
Decimal1318010000.390.240.49336.4724.1741.37
Hex83506402718311501829
Octal20312014404730615203051
Binary100000111010000110010001001111100011000110101000011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835064; }

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

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

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

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

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

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

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

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