#803E5B

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

Shades of Cosmic #803E5B

Tints of Cosmic #803E5B

Color information

#803E5B (or 0x803E5B) is unknown color: approx Cosmic. HEX triplet: 80, 3E and 5B. RGB value is (128,62,91). Sum of RGB (Red+Green+Blue) = 128+62+91=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #803E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803E5B is #7FC1A4. Grayscale: #545454. Windows color (decimal): -8372645 or 5979776. OLE color: 5979776.

HSL color Cylindrical-coordinate representation of color #803E5B: hue angle of 333.64º 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 #803E5B is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB1286291-
CMYK00.520.290.50
HSL333.64º34.74%37.25%-
HSV(B)333.64º51.56%50.2%-
XYZ12.518.7910.93-
YUV85.04131.37158.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 62 (24.61% from 255) = 22.06%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=45.55%
G=22.06%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128629100.520.290.50333.6434.7437.25
Hex803E5B0341D3214e2325
Octal2007613306435625164345
Binary100000001111101011011011010011101110010101001110100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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