#80476E

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

Shades of Cosmic #80476E

Tints of Cosmic #80476E

Color information

#80476E (or 0x80476E) is unknown color: approx Cosmic. HEX triplet: 80, 47 and 6E. RGB value is (128,71,110). Sum of RGB (Red+Green+Blue) = 128+71+110=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #80476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80476E is #7FB891. Grayscale: #5C5C5C. Windows color (decimal): -8370322 or 7227264. OLE color: 7227264.

HSL color Cylindrical-coordinate representation of color #80476E: hue angle of 318.95º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80476E is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB12871110-
CMYK00.450.140.50
HSL318.95º28.64%39.02%-
HSV(B)318.95º44.53%50.2%-
XYZ13.9710.2215.99-
YUV92.49137.88153.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.42%
GREEN value IS 71 (28.12% from 255) = 22.98%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=41.42%
G=22.98%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1287111000.450.140.50318.9528.6439.02
Hex80476E02DE3213f1d27
Octal20010715605516624773547
Binary10000000100011111011100101101111011001010011111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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