#83576C

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

Shades of Cosmic #83576C

Tints of Cosmic #83576C

Color information

#83576C (or 0x83576C) is unknown color: approx Cosmic. HEX triplet: 83, 57 and 6C. RGB value is (131,87,108). Sum of RGB (Red+Green+Blue) = 131+87+108=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #83576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83576C is #7CA893. Grayscale: #666666. Windows color (decimal): -8169620 or 7100291. OLE color: 7100291.

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

Color convert

RGB13187108-
CMYK00.340.180.49
HSL331.36º20.18%42.75%-
HSV(B)331.36º33.59%51.37%-
XYZ15.4812.7215.83-
YUV102.55131.08148.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 87 (34.38% from 255) = 26.69%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=40.18%
G=26.69%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318710800.340.180.49331.3620.1842.75
Hex83576C022123114b142b
Octal20312715404222615132453
Binary100000111010111110110001000101001011000110100101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83576C; }

 p { color: rgb(131,87,108); }

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

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

 a { background-color: rgb(131,87,108); }

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

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

 span { border-color: rgb(131,87,108); }

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