#835871

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

Shades of Cosmic #835871

Tints of Cosmic #835871

Color information

#835871 (or 0x835871) is unknown color: approx Cosmic. HEX triplet: 83, 58 and 71. RGB value is (131,88,113). Sum of RGB (Red+Green+Blue) = 131+88+113=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 131 - color contains mainly: red. Hex color #835871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835871 is #7CA78E. Grayscale: #676767. Windows color (decimal): -8169359 or 7428227. OLE color: 7428227.

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

Color convert

RGB13188113-
CMYK00.330.140.49
HSL325.12º19.63%42.94%-
HSV(B)325.12º32.82%51.37%-
XYZ15.831317.3-
YUV103.71133.25147.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.46%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 113 (44.53% from 255) = 34.04%
R=39.46%
G=26.51%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318811300.330.140.49325.1219.6342.94
Hex835871021E31145142b
Octal20313016104116615052453
Binary10000011101100011100010100001111011000110100010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835871; }

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

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

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

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

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

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

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

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