#835473

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

Shades of Cosmic #835473

Tints of Cosmic #835473

Color information

#835473 (or 0x835473) is unknown color: approx Cosmic. HEX triplet: 83, 54 and 73. RGB value is (131,84,115). Sum of RGB (Red+Green+Blue) = 131+84+115=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #835473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835473 is #7CAB8C. Grayscale: #656565. Windows color (decimal): -8170381 or 7558275. OLE color: 7558275.

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

Color convert

RGB13184115-
CMYK00.360.120.49
HSL320.43º21.86%42.16%-
HSV(B)320.43º35.88%51.37%-
XYZ15.6212.417.79-
YUV101.59135.57148.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.70%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=39.70%
G=25.45%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318411500.360.120.49320.4321.8642.16
Hex835473024C31140162a
Octal20312416304414615002652
Binary10000011101010011100110100100110011000110100000010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835473; }

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

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

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

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

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

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

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

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