#50273A

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

Shades of Barossa #50273A

Tints of Barossa #50273A

Color information

#50273A (or 0x50273A) is unknown color: approx Barossa. HEX triplet: 50, 27 and 3A. RGB value is (80,39,58). Sum of RGB (Red+Green+Blue) = 80+39+58=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #50273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50273A is #AFD8C5. Grayscale: #353535. Windows color (decimal): -11524294 or 3811152. OLE color: 3811152.

HSL color Cylindrical-coordinate representation of color #50273A: hue angle of 332.2º 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 #50273A is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB803958-
CMYK00.510.280.69
HSL332.2º34.45%23.33%-
HSV(B)332.2º51.25%31.37%-
XYZ4.83.464.42-
YUV53.42130.58146.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.20%
GREEN value IS 39 (15.62% from 255) = 22.03%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=45.20%
G=22.03%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80395800.510.280.69332.234.4523.33
Hex50273A0331C4514c2217
Octal1204772063341055144227
Binary1010000100111111010011001111100100010110100110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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