#50313D

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

Shades of Barossa #50313D

Tints of Barossa #50313D

Color information

#50313D (or 0x50313D) is unknown color: approx Barossa. HEX triplet: 50, 31 and 3D. RGB value is (80,49,61). Sum of RGB (Red+Green+Blue) = 80+49+61=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #50313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50313D is #AFCEC2. Grayscale: #3B3B3B. Windows color (decimal): -11521731 or 4010320. OLE color: 4010320.

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

Color convert

RGB804961-
CMYK00.390.240.69
HSL336.77º24.03%25.29%-
HSV(B)336.77º38.75%31.37%-
XYZ5.254.244.96-
YUV59.64128.77142.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=42.11%
G=25.79%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80496100.390.240.69336.7724.0325.29
Hex50313D02718451511819
Octal1206175047301055213031
Binary101000011000111110101001111100010001011010100011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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