#503443

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

Shades of Barossa #503443

Tints of Barossa #503443

Color information

#503443 (or 0x503443) is unknown color: approx Barossa. HEX triplet: 50, 34 and 43. RGB value is (80,52,67). Sum of RGB (Red+Green+Blue) = 80+52+67=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #503443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503443 is #AFCBBC. Grayscale: #3E3E3E. Windows color (decimal): -11520957 or 4404304. OLE color: 4404304.

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

Color convert

RGB805267-
CMYK00.350.160.69
HSL327.86º21.21%25.88%-
HSV(B)327.86º35%31.37%-
XYZ5.554.575.9-
YUV62.08130.78140.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 67 (26.56% from 255) = 33.67%
R=40.20%
G=26.13%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80526700.350.160.69327.8621.2125.88
Hex5034430231045148151a
Octal12064103043201055102532
Binary1010000110100100001101000111000010001011010010001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503443; }

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

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

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

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

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

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

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

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