#50223C

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

Shades of Barossa #50223C

Tints of Barossa #50223C

Color information

#50223C (or 0x50223C) is unknown color: approx Barossa. HEX triplet: 50, 22 and 3C. RGB value is (80,34,60). Sum of RGB (Red+Green+Blue) = 80+34+60=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #50223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50223C is #AFDDC3. Grayscale: #323232. Windows color (decimal): -11525572 or 3940944. OLE color: 3940944.

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

Color convert

RGB803460-
CMYK00.580.250.69
HSL326.09º40.35%22.35%-
HSV(B)326.09º57.5%31.37%-
XYZ4.73.184.64-
YUV50.72133.24148.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.98%
GREEN value IS 34 (13.67% from 255) = 19.54%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=45.98%
G=19.54%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80346000.580.250.69326.0940.3522.35
Hex50223C03A19451462816
Octal1204274072311055065026
Binary1010000100010111100011101011001100010110100011010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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