#503343

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

Shades of Barossa #503343

Tints of Barossa #503343

Color information

#503343 (or 0x503343) is unknown color: approx Barossa. HEX triplet: 50, 33 and 43. RGB value is (80,51,67). Sum of RGB (Red+Green+Blue) = 80+51+67=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #503343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503343 is #AFCCBC. Grayscale: #3D3D3D. Windows color (decimal): -11521213 or 4404048. OLE color: 4404048.

HSL color Cylindrical-coordinate representation of color #503343: hue angle of 326.9º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #503343 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB805167-
CMYK00.360.160.69
HSL326.9º22.14%25.69%-
HSV(B)326.9º36.25%31.37%-
XYZ5.514.485.88-
YUV61.5131.11141.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.40%
GREEN value IS 51 (20.31% from 255) = 25.76%
BLUE value IS 67 (26.56% from 255) = 33.84%
R=40.40%
G=25.76%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80516700.360.160.69326.922.1425.69
Hex5033430241045147161a
Octal12063103044201055072632
Binary1010000110011100001101001001000010001011010001111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503343; }

 p { color: rgb(80,51,67); }

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

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

 a { background-color: rgb(80,51,67); }

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

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

 span { border-color: rgb(80,51,67); }

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