#80576C

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

Shades of Cosmic #80576C

Tints of Cosmic #80576C

Color information

#80576C (or 0x80576C) is unknown color: approx Cosmic. HEX triplet: 80, 57 and 6C. RGB value is (128,87,108). Sum of RGB (Red+Green+Blue) = 128+87+108=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #80576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80576C is #7FA893. Grayscale: #656565. Windows color (decimal): -8366228 or 7100288. OLE color: 7100288.

HSL color Cylindrical-coordinate representation of color #80576C: hue angle of 329.27º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80576C is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB12887108-
CMYK00.320.160.50
HSL329.27º19.07%42.16%-
HSV(B)329.27º32.03%50.2%-
XYZ15.0212.4915.81-
YUV101.65131.58146.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=39.63%
G=26.93%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288710800.320.160.50329.2719.0742.16
Hex80576C0201032149132a
Octal20012715404020625112352
Binary100000001010111110110001000001000011001010100100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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