#503142

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

Shades of Barossa #503142

Tints of Barossa #503142

Color information

#503142 (or 0x503142) is unknown color: approx Barossa. HEX triplet: 50, 31 and 42. RGB value is (80,49,66). Sum of RGB (Red+Green+Blue) = 80+49+66=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #503142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503142 is #AFCEBD. Grayscale: #3C3C3C. Windows color (decimal): -11521726 or 4338000. OLE color: 4338000.

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

Color convert

RGB804966-
CMYK00.390.170.69
HSL327.1º24.03%25.29%-
HSV(B)327.1º38.75%31.37%-
XYZ5.394.35.7-
YUV60.21131.27142.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=41.03%
G=25.13%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80496600.390.170.69327.124.0325.29
Hex50314202711451471819
Octal12061102047211055073031
Binary1010000110001100001001001111000110001011010001111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503142; }

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

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

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

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

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

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

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

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