#804A5A

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

Shades of Cosmic #804A5A

Tints of Cosmic #804A5A

Color information

#804A5A (or 0x804A5A) is unknown color: approx Cosmic. HEX triplet: 80, 4A and 5A. RGB value is (128,74,90). Sum of RGB (Red+Green+Blue) = 128+74+90=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #804A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804A5A is #7FB5A5. Grayscale: #5B5B5B. Windows color (decimal): -8369574 or 5917312. OLE color: 5917312.

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

Color convert

RGB1287490-
CMYK00.420.300.50
HSL342.22º26.73%39.61%-
HSV(B)342.22º42.19%50.2%-
XYZ13.210.2210.95-
YUV91.97126.89153.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.84%
GREEN value IS 74 (29.30% from 255) = 25.34%
BLUE value IS 90 (35.55% from 255) = 30.82%
R=43.84%
G=25.34%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128749000.420.300.50342.2226.7339.61
Hex804A5A02A1E321561b28
Octal20011213205236625263350
Binary100000001001010101101001010101111011001010101011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804A5A; }

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

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

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

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

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

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

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

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