#50293B

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

Shades of Barossa #50293B

Tints of Barossa #50293B

Color information

#50293B (or 0x50293B) is unknown color: approx Barossa. HEX triplet: 50, 29 and 3B. RGB value is (80,41,59). Sum of RGB (Red+Green+Blue) = 80+41+59=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #50293B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50293B is #AFD6C4. Grayscale: #363636. Windows color (decimal): -11523781 or 3877200. OLE color: 3877200.

HSL color Cylindrical-coordinate representation of color #50293B: hue angle of 332.31º 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 #50293B is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB804159-
CMYK00.490.260.69
HSL332.31º32.23%23.73%-
HSV(B)332.31º48.75%31.37%-
XYZ4.893.614.58-
YUV54.71130.42146.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 41 (16.41% from 255) = 22.78%
BLUE value IS 59 (23.44% from 255) = 32.78%
R=44.44%
G=22.78%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80415900.490.260.69332.3132.2323.73
Hex50293B0311A4514c2018
Octal1205173061321055144030
Binary1010000101001111011011000111010100010110100110010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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