#835771

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

Shades of Cosmic #835771

Tints of Cosmic #835771

Color information

#835771 (or 0x835771) is unknown color: approx Cosmic. HEX triplet: 83, 57 and 71. RGB value is (131,87,113). Sum of RGB (Red+Green+Blue) = 131+87+113=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 131 - color contains mainly: red. Hex color #835771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835771 is #7CA88E. Grayscale: #676767. Windows color (decimal): -8169615 or 7427971. OLE color: 7427971.

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

Color convert

RGB13187113-
CMYK00.340.140.49
HSL324.55º20.18%42.75%-
HSV(B)324.55º33.59%51.37%-
XYZ15.7512.8317.27-
YUV103.12133.58147.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 113 (44.53% from 255) = 34.14%
R=39.58%
G=26.28%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318711300.340.140.49324.5520.1842.75
Hex835771022E31145142b
Octal20312716104216615052453
Binary10000011101011111100010100010111011000110100010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835771; }

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

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

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

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

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

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

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

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