#50273B

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

Shades of Barossa #50273B

Tints of Barossa #50273B

Color information

#50273B (or 0x50273B) is unknown color: approx Barossa. HEX triplet: 50, 27 and 3B. RGB value is (80,39,59). Sum of RGB (Red+Green+Blue) = 80+39+59=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #50273B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50273B is #AFD8C4. Grayscale: #353535. Windows color (decimal): -11524293 or 3876688. OLE color: 3876688.

HSL color Cylindrical-coordinate representation of color #50273B: hue angle of 330.73º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50273B is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB803959-
CMYK00.510.260.69
HSL330.73º34.45%23.33%-
HSV(B)330.73º51.25%31.37%-
XYZ4.823.474.55-
YUV53.54131.08146.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 39 (15.62% from 255) = 21.91%
BLUE value IS 59 (23.44% from 255) = 33.15%
R=44.94%
G=21.91%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80395900.510.260.69330.7334.4523.33
Hex50273B0331A4514b2217
Octal1204773063321055134227
Binary1010000100111111011011001111010100010110100101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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