#50333E

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

Shades of Barossa #50333E

Tints of Barossa #50333E

Color information

#50333E (or 0x50333E) is unknown color: approx Barossa. HEX triplet: 50, 33 and 3E. RGB value is (80,51,62). Sum of RGB (Red+Green+Blue) = 80+51+62=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #50333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50333E is #AFCCC1. Grayscale: #3C3C3C. Windows color (decimal): -11521218 or 4076368. OLE color: 4076368.

HSL color Cylindrical-coordinate representation of color #50333E: hue angle of 337.24º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #50333E is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB805162-
CMYK00.360.220.69
HSL337.24º22.14%25.69%-
HSV(B)337.24º36.25%31.37%-
XYZ5.364.425.13-
YUV60.92128.61141.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=41.45%
G=26.42%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80516200.360.220.69337.2422.1425.69
Hex50333E0241645151161a
Octal1206376044261055212632
Binary101000011001111111001001001011010001011010100011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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