#835773

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

Shades of Cosmic #835773

Tints of Cosmic #835773

Color information

#835773 (or 0x835773) is unknown color: approx Cosmic. HEX triplet: 83, 57 and 73. RGB value is (131,87,115). Sum of RGB (Red+Green+Blue) = 131+87+115=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #835773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835773 is #7CA88C. Grayscale: #676767. Windows color (decimal): -8169613 or 7559043. OLE color: 7559043.

HSL color Cylindrical-coordinate representation of color #835773: hue angle of 321.82º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #835773 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB13187115-
CMYK00.340.120.49
HSL321.82º20.18%42.75%-
HSV(B)321.82º33.59%51.37%-
XYZ15.8612.8817.87-
YUV103.35134.58147.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.34%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=39.34%
G=26.13%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318711500.340.120.49321.8220.1842.75
Hex835773022C31142142b
Octal20312716304214615022453
Binary10000011101011111100110100010110011000110100001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835773; }

 p { color: rgb(131,87,115); }

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

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

 a { background-color: rgb(131,87,115); }

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

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

 span { border-color: rgb(131,87,115); }

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