#50293E

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

Shades of Barossa #50293E

Tints of Barossa #50293E

Color information

#50293E (or 0x50293E) is unknown color: approx Barossa. HEX triplet: 50, 29 and 3E. RGB value is (80,41,62). Sum of RGB (Red+Green+Blue) = 80+41+62=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #50293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50293E is #AFD6C1. Grayscale: #373737. Windows color (decimal): -11523778 or 4073808. OLE color: 4073808.

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

Color convert

RGB804162-
CMYK00.490.220.69
HSL327.69º32.23%23.73%-
HSV(B)327.69º48.75%31.37%-
XYZ4.973.645-
YUV55.05131.92145.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 62 (24.61% from 255) = 33.88%
R=43.72%
G=22.40%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80416200.490.220.69327.6932.2323.73
Hex50293E03116451482018
Octal1205176061261055104030
Binary1010000101001111110011000110110100010110100100010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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