#50323E

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

Shades of Barossa #50323E

Tints of Barossa #50323E

Color information

#50323E (or 0x50323E) is unknown color: approx Barossa. HEX triplet: 50, 32 and 3E. RGB value is (80,50,62). Sum of RGB (Red+Green+Blue) = 80+50+62=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #50323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50323E is #AFCDC1. Grayscale: #3C3C3C. Windows color (decimal): -11521474 or 4076112. OLE color: 4076112.

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

Color convert

RGB805062-
CMYK00.370.220.69
HSL336º23.08%25.49%-
HSV(B)336º37.5%31.37%-
XYZ5.324.335.11-
YUV60.34128.94142.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 50 (19.92% from 255) = 26.04%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=41.67%
G=26.04%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80506200.370.220.6933623.0825.49
Hex50323E02516451501719
Octal1206276045261055202731
Binary101000011001011111001001011011010001011010100001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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