#80576E

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

Shades of Cosmic #80576E

Tints of Cosmic #80576E

Color information

#80576E (or 0x80576E) is unknown color: approx Cosmic. HEX triplet: 80, 57 and 6E. RGB value is (128,87,110). Sum of RGB (Red+Green+Blue) = 128+87+110=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 128 - color contains mainly: red. Hex color #80576E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80576E is #7FA891. Grayscale: #656565. Windows color (decimal): -8366226 or 7231360. OLE color: 7231360.

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

Color convert

RGB12887110-
CMYK00.320.140.50
HSL326.34º19.07%42.16%-
HSV(B)326.34º32.03%50.2%-
XYZ15.1212.5316.37-
YUV101.88132.58146.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=39.38%
G=26.77%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288711000.320.140.50326.3419.0742.16
Hex80576E020E32146132a
Octal20012715604016625062352
Binary10000000101011111011100100000111011001010100011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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