#50213C

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

Shades of Barossa #50213C

Tints of Barossa #50213C

Color information

#50213C (or 0x50213C) is unknown color: approx Barossa. HEX triplet: 50, 21 and 3C. RGB value is (80,33,60). Sum of RGB (Red+Green+Blue) = 80+33+60=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #50213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50213C is #AFDEC3. Grayscale: #323232. Windows color (decimal): -11525828 or 3940688. OLE color: 3940688.

HSL color Cylindrical-coordinate representation of color #50213C: hue angle of 325.53º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50213C is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB803360-
CMYK00.590.250.69
HSL325.53º41.59%22.16%-
HSV(B)325.53º58.75%31.37%-
XYZ4.673.124.63-
YUV50.13133.57149.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.24%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=46.24%
G=19.08%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80336000.590.250.69325.5341.5922.16
Hex50213C03B19451462a16
Octal1204174073311055065226
Binary1010000100001111100011101111001100010110100011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50213C; }

 p { color: rgb(80,33,60); }

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

<style>
 a { background-color: #50213C; }

 a { background-color: rgb(80,33,60); }

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

<style>
 span { border-color: #50213C; }

 span { border-color: rgb(80,33,60); }

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