#835971

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

Shades of Cosmic #835971

Tints of Cosmic #835971

Color information

#835971 (or 0x835971) is unknown color: approx Cosmic. HEX triplet: 83, 59 and 71. RGB value is (131,89,113). Sum of RGB (Red+Green+Blue) = 131+89+113=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #835971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835971 is #7CA68E. Grayscale: #686868. Windows color (decimal): -8169103 or 7428483. OLE color: 7428483.

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

Color convert

RGB13189113-
CMYK00.320.140.49
HSL325.71º19.09%43.14%-
HSV(B)325.71º32.06%51.37%-
XYZ15.9113.1617.32-
YUV104.29132.91147.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.34%
GREEN value IS 89 (35.16% from 255) = 26.73%
BLUE value IS 113 (44.53% from 255) = 33.93%
R=39.34%
G=26.73%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318911300.320.140.49325.7119.0943.14
Hex835971020E31146132b
Octal20313116104016615062353
Binary10000011101100111100010100000111011000110100011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835971; }

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

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

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

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

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

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

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

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