#503040

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

Shades of Barossa #503040

Tints of Barossa #503040

Color information

#503040 (or 0x503040) is unknown color: approx Barossa. HEX triplet: 50, 30 and 40. RGB value is (80,48,64). Sum of RGB (Red+Green+Blue) = 80+48+64=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #503040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503040 is #AFCFBF. Grayscale: #3B3B3B. Windows color (decimal): -11521984 or 4206672. OLE color: 4206672.

HSL color Cylindrical-coordinate representation of color #503040: hue angle of 330º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #503040 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB804864-
CMYK00.400.200.69
HSL330º25%25.1%-
HSV(B)330º40%31.37%-
XYZ5.294.195.38-
YUV59.39130.6142.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=41.67%
G=25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80486400.400.200.693302525.1
Hex503040028144514a1919
Octal12060100050241055123131
Binary1010000110000100000001010001010010001011010010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503040; }

 p { color: rgb(80,48,64); }

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

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

 a { background-color: rgb(80,48,64); }

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

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

 span { border-color: rgb(80,48,64); }

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