#80576F

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

Shades of Cosmic #80576F

Tints of Cosmic #80576F

Color information

#80576F (or 0x80576F) is unknown color: approx Cosmic. HEX triplet: 80, 57 and 6F. RGB value is (128,87,111). Sum of RGB (Red+Green+Blue) = 128+87+111=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 128 - color contains mainly: red. Hex color #80576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80576F is #7FA890. Grayscale: #656565. Windows color (decimal): -8366225 or 7296896. OLE color: 7296896.

HSL color Cylindrical-coordinate representation of color #80576F: hue angle of 324.88º 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 #80576F is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB12887111-
CMYK00.320.130.50
HSL324.88º19.07%42.16%-
HSV(B)324.88º32.03%50.2%-
XYZ15.1812.5516.66-
YUV101.99133.08146.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.26%
GREEN value IS 87 (34.38% from 255) = 26.69%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=39.26%
G=26.69%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288711100.320.130.50324.8819.0742.16
Hex80576F020D32145132a
Octal20012715704015625052352
Binary10000000101011111011110100000110111001010100010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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