#503043

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

Shades of Barossa #503043

Tints of Barossa #503043

Color information

#503043 (or 0x503043) is unknown color: approx Barossa. HEX triplet: 50, 30 and 43. RGB value is (80,48,67). Sum of RGB (Red+Green+Blue) = 80+48+67=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #503043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503043 is #AFCFBC. Grayscale: #3B3B3B. Windows color (decimal): -11521981 or 4403280. OLE color: 4403280.

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

Color convert

RGB804867-
CMYK00.400.160.69
HSL324.38º25%25.1%-
HSV(B)324.38º40%31.37%-
XYZ5.384.225.84-
YUV59.73132.1142.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 67 (26.56% from 255) = 34.36%
R=41.03%
G=24.62%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80486700.400.160.69324.382525.1
Hex50304302810451441919
Octal12060103050201055043131
Binary1010000110000100001101010001000010001011010001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503043; }

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

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

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

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

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

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

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

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