#503640

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

Shades of Barossa #503640

Tints of Barossa #503640

Color information

#503640 (or 0x503640) is unknown color: approx Barossa. HEX triplet: 50, 36 and 40. RGB value is (80,54,64). Sum of RGB (Red+Green+Blue) = 80+54+64=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #503640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503640 is #AFC9BF. Grayscale: #3E3E3E. Windows color (decimal): -11520448 or 4208208. OLE color: 4208208.

HSL color Cylindrical-coordinate representation of color #503640: hue angle of 336.92º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #503640 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB805464-
CMYK00.330.200.69
HSL336.92º19.4%26.27%-
HSV(B)336.92º32.5%31.37%-
XYZ5.554.715.47-
YUV62.91128.61140.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.40%
GREEN value IS 54 (21.48% from 255) = 27.27%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=40.40%
G=27.27%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80546400.330.200.69336.9219.426.27
Hex5036400211445151131a
Octal12066100041241055212332
Binary1010000110110100000001000011010010001011010100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503640; }

 p { color: rgb(80,54,64); }

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

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

 a { background-color: rgb(80,54,64); }

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

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

 span { border-color: rgb(80,54,64); }

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