#503141

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

Shades of Barossa #503141

Tints of Barossa #503141

Color information

#503141 (or 0x503141) is unknown color: approx Barossa. HEX triplet: 50, 31 and 41. RGB value is (80,49,65). Sum of RGB (Red+Green+Blue) = 80+49+65=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #503141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503141 is #AFCEBE. Grayscale: #3C3C3C. Windows color (decimal): -11521727 or 4272464. OLE color: 4272464.

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

Color convert

RGB804965-
CMYK00.390.190.69
HSL329.03º24.03%25.29%-
HSV(B)329.03º38.75%31.37%-
XYZ5.364.285.55-
YUV60.09130.77142.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 65 (25.78% from 255) = 33.51%
R=41.24%
G=25.26%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80496500.390.190.69329.0324.0325.29
Hex50314102713451491819
Octal12061101047231055113031
Binary1010000110001100000101001111001110001011010010011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503141; }

 p { color: rgb(80,49,65); }

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

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

 a { background-color: rgb(80,49,65); }

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

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

 span { border-color: rgb(80,49,65); }

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