#835571

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

Shades of Cosmic #835571

Tints of Cosmic #835571

Color information

#835571 (or 0x835571) is unknown color: approx Cosmic. HEX triplet: 83, 55 and 71. RGB value is (131,85,113). Sum of RGB (Red+Green+Blue) = 131+85+113=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #835571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835571 is #7CAA8E. Grayscale: #656565. Windows color (decimal): -8170127 or 7427459. OLE color: 7427459.

HSL color Cylindrical-coordinate representation of color #835571: hue angle of 323.48º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #835571 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB13185113-
CMYK00.350.140.49
HSL323.48º21.3%42.35%-
HSV(B)323.48º35.11%51.37%-
XYZ15.5912.5117.22-
YUV101.95134.24148.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.82%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 113 (44.53% from 255) = 34.35%
R=39.82%
G=25.84%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318511300.350.140.49323.4821.342.35
Hex835571023E31143152a
Octal20312516104316615032552
Binary10000011101010111100010100011111011000110100001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835571; }

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

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

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

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

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

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

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

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