#50223A

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

Shades of Barossa #50223A

Tints of Barossa #50223A

Color information

#50223A (or 0x50223A) is unknown color: approx Barossa. HEX triplet: 50, 22 and 3A. RGB value is (80,34,58). Sum of RGB (Red+Green+Blue) = 80+34+58=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #50223A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50223A is #AFDDC5. Grayscale: #323232. Windows color (decimal): -11525574 or 3809872. OLE color: 3809872.

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

Color convert

RGB803458-
CMYK00.580.280.69
HSL328.7º40.35%22.35%-
HSV(B)328.7º57.5%31.37%-
XYZ4.643.164.37-
YUV50.49132.24149.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.51%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=46.51%
G=19.77%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80345800.580.280.69328.740.3522.35
Hex50223A03A1C451492816
Octal1204272072341055115026
Binary1010000100010111010011101011100100010110100100110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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