#502D3C

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

Shades of Barossa #502D3C

Tints of Barossa #502D3C

Color information

#502D3C (or 0x502D3C) is unknown color: approx Barossa. HEX triplet: 50, 2D and 3C. RGB value is (80,45,60). Sum of RGB (Red+Green+Blue) = 80+45+60=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #502D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D3C is #AFD2C3. Grayscale: #393939. Windows color (decimal): -11522756 or 3943760. OLE color: 3943760.

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

Color convert

RGB804560-
CMYK00.440.250.69
HSL334.29º28%24.51%-
HSV(B)334.29º43.75%31.37%-
XYZ5.063.914.76-
YUV57.18129.6144.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 45 (17.97% from 255) = 24.32%
BLUE value IS 60 (23.83% from 255) = 32.43%
R=43.24%
G=24.32%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80456000.440.250.69334.292824.51
Hex502D3C02C194514e1c19
Octal1205574054311055163431
Binary101000010110111110001011001100110001011010011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,45,60); }

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

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

 a { background-color: rgb(80,45,60); }

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

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

 span { border-color: rgb(80,45,60); }

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