#502D3D

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

Shades of Barossa #502D3D

Tints of Barossa #502D3D

Color information

#502D3D (or 0x502D3D) is unknown color: approx Barossa. HEX triplet: 50, 2D and 3D. RGB value is (80,45,61). Sum of RGB (Red+Green+Blue) = 80+45+61=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #502D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D3D is #AFD2C2. Grayscale: #393939. Windows color (decimal): -11522755 or 4009296. OLE color: 4009296.

HSL color Cylindrical-coordinate representation of color #502D3D: hue angle of 332.57º 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 #502D3D is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB804561-
CMYK00.440.240.69
HSL332.57º28%24.51%-
HSV(B)332.57º43.75%31.37%-
XYZ5.093.924.9-
YUV57.29130.1144.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.01%
GREEN value IS 45 (17.97% from 255) = 24.19%
BLUE value IS 61 (24.22% from 255) = 32.80%
R=43.01%
G=24.19%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80456100.440.240.69332.572824.51
Hex502D3D02C184514d1c19
Octal1205575054301055153431
Binary101000010110111110101011001100010001011010011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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