#502A3C

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

Shades of Barossa #502A3C

Tints of Barossa #502A3C

Color information

#502A3C (or 0x502A3C) is unknown color: approx Barossa. HEX triplet: 50, 2A and 3C. RGB value is (80,42,60). Sum of RGB (Red+Green+Blue) = 80+42+60=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #502A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A3C is #AFD5C3. Grayscale: #373737. Windows color (decimal): -11523524 or 3942992. OLE color: 3942992.

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

Color convert

RGB804260-
CMYK00.480.250.69
HSL331.58º31.15%23.92%-
HSV(B)331.58º47.5%31.37%-
XYZ4.953.694.73-
YUV55.41130.59145.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 42 (16.80% from 255) = 23.08%
BLUE value IS 60 (23.83% from 255) = 32.97%
R=43.96%
G=23.08%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80426000.480.250.69331.5831.1523.92
Hex502A3C030194514c1f18
Octal1205274060311055143730
Binary101000010101011110001100001100110001011010011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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