#503243

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

Shades of Barossa #503243

Tints of Barossa #503243

Color information

#503243 (or 0x503243) is unknown color: approx Barossa. HEX triplet: 50, 32 and 43. RGB value is (80,50,67). Sum of RGB (Red+Green+Blue) = 80+50+67=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #503243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503243 is #AFCDBC. Grayscale: #3C3C3C. Windows color (decimal): -11521469 or 4403792. OLE color: 4403792.

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

Color convert

RGB805067-
CMYK00.370.160.69
HSL326º23.08%25.49%-
HSV(B)326º37.5%31.37%-
XYZ5.464.395.87-
YUV60.91131.44141.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 67 (26.56% from 255) = 34.01%
R=40.61%
G=25.38%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80506700.370.160.6932623.0825.49
Hex50324302510451461719
Octal12062103045201055062731
Binary1010000110010100001101001011000010001011010001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503243; }

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

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

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

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

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

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

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

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