#503041

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

Shades of Barossa #503041

Tints of Barossa #503041

Color information

#503041 (or 0x503041) is unknown color: approx Barossa. HEX triplet: 50, 30 and 41. RGB value is (80,48,65). Sum of RGB (Red+Green+Blue) = 80+48+65=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #503041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503041 is #AFCFBE. Grayscale: #3B3B3B. Windows color (decimal): -11521983 or 4272208. OLE color: 4272208.

HSL color Cylindrical-coordinate representation of color #503041: hue angle of 328.12º 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 #503041 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB804865-
CMYK00.400.190.69
HSL328.12º25%25.1%-
HSV(B)328.12º40%31.37%-
XYZ5.324.25.53-
YUV59.51131.1142.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=41.45%
G=24.87%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80486500.400.190.69328.122525.1
Hex50304102813451481919
Octal12060101050231055103131
Binary1010000110000100000101010001001110001011010010001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503041; }

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

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

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

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

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

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

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

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