#803F5B

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

Shades of Cosmic #803F5B

Tints of Cosmic #803F5B

Color information

#803F5B (or 0x803F5B) is unknown color: approx Cosmic. HEX triplet: 80, 3F and 5B. RGB value is (128,63,91). Sum of RGB (Red+Green+Blue) = 128+63+91=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #803F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803F5B is #7FC0A4. Grayscale: #555555. Windows color (decimal): -8372389 or 5980032. OLE color: 5980032.

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

Color convert

RGB1286391-
CMYK00.510.290.50
HSL334.15º34.03%37.45%-
HSV(B)334.15º50.78%50.2%-
XYZ12.578.910.95-
YUV85.63131.03158.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.39%
GREEN value IS 63 (25% from 255) = 22.34%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=45.39%
G=22.34%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128639100.510.290.50334.1534.0337.45
Hex803F5B0331D3214e2225
Octal2007713306335625164245
Binary100000001111111011011011001111101110010101001110100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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