#804D5D

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

Shades of Cosmic #804D5D

Tints of Cosmic #804D5D

Color information

#804D5D (or 0x804D5D) is unknown color: approx Cosmic. HEX triplet: 80, 4D and 5D. RGB value is (128,77,93). Sum of RGB (Red+Green+Blue) = 128+77+93=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #804D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804D5D is #7FB2A2. Grayscale: #5E5E5E. Windows color (decimal): -8368803 or 6114688. OLE color: 6114688.

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

Color convert

RGB1287793-
CMYK00.400.270.50
HSL341.18º24.88%40.2%-
HSV(B)341.18º39.84%50.2%-
XYZ13.5310.6911.71-
YUV94.07127.4152.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 77 (30.47% from 255) = 25.84%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=42.95%
G=25.84%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128779300.400.270.50341.1824.8840.2
Hex804D5D0281B321551928
Octal20011513505033625253150
Binary100000001001101101110101010001101111001010101010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,77,93); }

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

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

 a { background-color: rgb(128,77,93); }

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

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

 span { border-color: rgb(128,77,93); }

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