#835471

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

Shades of Cosmic #835471

Tints of Cosmic #835471

Color information

#835471 (or 0x835471) is unknown color: approx Cosmic. HEX triplet: 83, 54 and 71. RGB value is (131,84,113). Sum of RGB (Red+Green+Blue) = 131+84+113=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #835471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835471 is #7CAB8E. Grayscale: #656565. Windows color (decimal): -8170383 or 7427203. OLE color: 7427203.

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

Color convert

RGB13184113-
CMYK00.360.140.49
HSL322.98º21.86%42.16%-
HSV(B)322.98º35.88%51.37%-
XYZ15.5112.3617.19-
YUV101.36134.57149.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.94%
GREEN value IS 84 (33.20% from 255) = 25.61%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=39.94%
G=25.61%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318411300.360.140.49322.9821.8642.16
Hex835471024E31143162a
Octal20312416104416615032652
Binary10000011101010011100010100100111011000110100001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835471; }

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

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

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

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

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

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

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

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