#803B5C

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

Shades of Cosmic #803B5C

Tints of Cosmic #803B5C

Color information

#803B5C (or 0x803B5C) is unknown color: approx Cosmic. HEX triplet: 80, 3B and 5C. RGB value is (128,59,92). Sum of RGB (Red+Green+Blue) = 128+59+92=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #803B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803B5C is #7FC4A3. Grayscale: #535353. Windows color (decimal): -8373412 or 6044544. OLE color: 6044544.

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

Color convert

RGB1285992-
CMYK00.540.280.50
HSL331.3º36.9%36.67%-
HSV(B)331.3º53.91%50.2%-
XYZ12.48.4911.11-
YUV83.39132.86159.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 59 (23.44% from 255) = 21.15%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=45.88%
G=21.15%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128599200.540.280.50331.336.936.67
Hex803B5C0361C3214b2525
Octal2007313406634625134545
Binary100000001110111011100011011011100110010101001011100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,59,92); }

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

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

 a { background-color: rgb(128,59,92); }

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

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

 span { border-color: rgb(128,59,92); }

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