#803F5A

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

Shades of Cosmic #803F5A

Tints of Cosmic #803F5A

Color information

#803F5A (or 0x803F5A) is unknown color: approx Cosmic. HEX triplet: 80, 3F and 5A. RGB value is (128,63,90). Sum of RGB (Red+Green+Blue) = 128+63+90=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #803F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803F5A is #7FC0A5. Grayscale: #555555. Windows color (decimal): -8372390 or 5914496. OLE color: 5914496.

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

Color convert

RGB1286390-
CMYK00.510.300.50
HSL335.08º34.03%37.45%-
HSV(B)335.08º50.78%50.2%-
XYZ12.538.8810.73-
YUV85.51130.53158.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 63 (25% from 255) = 22.42%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=45.55%
G=22.42%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128639000.510.300.50335.0834.0337.45
Hex803F5A0331E3214f2225
Octal2007713206336625174245
Binary100000001111111011010011001111110110010101001111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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