#502B3E

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

Shades of Barossa #502B3E

Tints of Barossa #502B3E

Color information

#502B3E (or 0x502B3E) is unknown color: approx Barossa. HEX triplet: 50, 2B and 3E. RGB value is (80,43,62). Sum of RGB (Red+Green+Blue) = 80+43+62=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #502B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B3E is #AFD4C1. Grayscale: #383838. Windows color (decimal): -11523266 or 4074320. OLE color: 4074320.

HSL color Cylindrical-coordinate representation of color #502B3E: hue angle of 329.19º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #502B3E is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB804362-
CMYK00.460.220.69
HSL329.19º30.08%24.12%-
HSV(B)329.19º46.25%31.37%-
XYZ5.043.785.02-
YUV56.23131.26144.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 43 (17.19% from 255) = 23.24%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=43.24%
G=23.24%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80436200.460.220.69329.1930.0824.12
Hex502B3E02E16451491e18
Octal1205376056261055113630
Binary101000010101111111001011101011010001011010010011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502B3E; }

 p { color: rgb(80,43,62); }

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

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

 a { background-color: rgb(80,43,62); }

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

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

 span { border-color: rgb(80,43,62); }

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