#804759

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

Shades of Cosmic #804759

Tints of Cosmic #804759

Color information

#804759 (or 0x804759) is unknown color: approx Cosmic. HEX triplet: 80, 47 and 59. RGB value is (128,71,89). Sum of RGB (Red+Green+Blue) = 128+71+89=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #804759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804759 is #7FB8A6. Grayscale: #5A5A5A. Windows color (decimal): -8370343 or 5851008. OLE color: 5851008.

HSL color Cylindrical-coordinate representation of color #804759: hue angle of 341.05º 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 #804759 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1287189-
CMYK00.450.300.50
HSL341.05º28.64%39.02%-
HSV(B)341.05º44.53%50.2%-
XYZ12.969.8210.66-
YUV90.1127.38155.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 89 (35.16% from 255) = 30.90%
R=44.44%
G=24.65%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128718900.450.300.50341.0528.6439.02
Hex80475902D1E321551d27
Octal20010713105536625253547
Binary100000001000111101100101011011111011001010101010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804759; }

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

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

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

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

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

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

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

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