#50313E

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

Shades of Barossa #50313E

Tints of Barossa #50313E

Color information

#50313E (or 0x50313E) is unknown color: approx Barossa. HEX triplet: 50, 31 and 3E. RGB value is (80,49,62). Sum of RGB (Red+Green+Blue) = 80+49+62=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #50313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50313E is #AFCEC1. Grayscale: #3B3B3B. Windows color (decimal): -11521730 or 4075856. OLE color: 4075856.

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

Color convert

RGB804962-
CMYK00.390.220.69
HSL334.84º24.03%25.29%-
HSV(B)334.84º38.75%31.37%-
XYZ5.284.255.1-
YUV59.75129.27142.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.88%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 62 (24.61% from 255) = 32.46%
R=41.88%
G=25.65%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80496200.390.220.69334.8424.0325.29
Hex50313E027164514f1819
Octal1206176047261055173031
Binary101000011000111111001001111011010001011010011111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50313E; }

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

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

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

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

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

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

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

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