#803D5A

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

Shades of Cosmic #803D5A

Tints of Cosmic #803D5A

Color information

#803D5A (or 0x803D5A) is unknown color: approx Cosmic. HEX triplet: 80, 3D and 5A. RGB value is (128,61,90). Sum of RGB (Red+Green+Blue) = 128+61+90=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #803D5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803D5A is #7FC2A5. Grayscale: #545454. Windows color (decimal): -8372902 or 5913984. OLE color: 5913984.

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

Color convert

RGB1286190-
CMYK00.520.300.50
HSL334.03º35.45%37.06%-
HSV(B)334.03º52.34%50.2%-
XYZ12.428.6610.69-
YUV84.34131.2159.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 61 (24.22% from 255) = 21.86%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=45.88%
G=21.86%
B=32.26%

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
Decimal128619000.520.300.50334.0335.4537.06
Hex803D5A0341E3214e2325
Octal2007513206436625164345
Binary100000001111011011010011010011110110010101001110100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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