#803E5A

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

Shades of Cosmic #803E5A

Tints of Cosmic #803E5A

Color information

#803E5A (or 0x803E5A) is unknown color: approx Cosmic. HEX triplet: 80, 3E and 5A. RGB value is (128,62,90). Sum of RGB (Red+Green+Blue) = 128+62+90=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #803E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803E5A is #7FC1A5. Grayscale: #545454. Windows color (decimal): -8372646 or 5914240. OLE color: 5914240.

HSL color Cylindrical-coordinate representation of color #803E5A: hue angle of 334.55º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #803E5A is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1286290-
CMYK00.520.300.50
HSL334.55º34.74%37.25%-
HSV(B)334.55º51.56%50.2%-
XYZ12.478.7710.71-
YUV84.93130.87158.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.71%
GREEN value IS 62 (24.61% from 255) = 22.14%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=45.71%
G=22.14%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128629000.520.300.50334.5534.7437.25
Hex803E5A0341E3214f2325
Octal2007613206436625174345
Binary100000001111101011010011010011110110010101001111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803E5A; }

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

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

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

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

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

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

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

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