#835373

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

Shades of Cosmic #835373

Tints of Cosmic #835373

Color information

#835373 (or 0x835373) is unknown color: approx Cosmic. HEX triplet: 83, 53 and 73. RGB value is (131,83,115). Sum of RGB (Red+Green+Blue) = 131+83+115=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #835373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835373 is #7CAC8C. Grayscale: #646464. Windows color (decimal): -8170637 or 7558019. OLE color: 7558019.

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

Color convert

RGB13183115-
CMYK00.370.120.49
HSL320º22.43%41.96%-
HSV(B)320º36.64%51.37%-
XYZ15.5512.2517.76-
YUV101135.9149.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.82%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 115 (45.31% from 255) = 34.95%
R=39.82%
G=25.23%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318311500.370.120.4932022.4341.96
Hex835373025C31140162a
Octal20312316304514615002652
Binary10000011101001111100110100101110011000110100000010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835373; }

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

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

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

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

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

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

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

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