#80405A

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

Shades of Cosmic #80405A

Tints of Cosmic #80405A

Color information

#80405A (or 0x80405A) is unknown color: approx Cosmic. HEX triplet: 80, 40 and 5A. RGB value is (128,64,90). Sum of RGB (Red+Green+Blue) = 128+64+90=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #80405A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80405A is #7FBFA5. Grayscale: #565656. Windows color (decimal): -8372134 or 5914752. OLE color: 5914752.

HSL color Cylindrical-coordinate representation of color #80405A: hue angle of 335.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80405A is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1286490-
CMYK00.50.300.50
HSL335.62º33.33%37.65%-
HSV(B)335.62º50%50.2%-
XYZ12.588.9910.75-
YUV86.1130.2157.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.39%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=45.39%
G=22.70%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128649000.50.300.50335.6233.3337.65
Hex80405A0321E321502126
Octal20010013206236625204146
Binary1000000010000001011010011001011110110010101010000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80405A; }

 p { color: rgb(128,64,90); }

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

<style>
 a { background-color: #80405A; }

 a { background-color: rgb(128,64,90); }

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

<style>
 span { border-color: #80405A; }

 span { border-color: rgb(128,64,90); }

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