#804959

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

Shades of Cosmic #804959

Tints of Cosmic #804959

Color information

#804959 (or 0x804959) is unknown color: approx Cosmic. HEX triplet: 80, 49 and 59. RGB value is (128,73,89). Sum of RGB (Red+Green+Blue) = 128+73+89=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #804959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804959 is #7FB6A6. Grayscale: #5B5B5B. Windows color (decimal): -8369831 or 5851520. OLE color: 5851520.

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

Color convert

RGB1287389-
CMYK00.430.300.50
HSL342.55º27.36%39.41%-
HSV(B)342.55º42.97%50.2%-
XYZ13.0910.0810.71-
YUV91.27126.72154.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.14%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 89 (35.16% from 255) = 30.69%
R=44.14%
G=25.17%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128738900.430.300.50342.5527.3639.41
Hex80495902B1E321571b27
Octal20011113105336625273347
Binary100000001001001101100101010111111011001010101011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804959; }

 p { color: rgb(128,73,89); }

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

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

 a { background-color: rgb(128,73,89); }

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

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

 span { border-color: rgb(128,73,89); }

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