#513140

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

Shades of Barossa #513140

Tints of Barossa #513140

Color information

#513140 (or 0x513140) is unknown color: approx Barossa. HEX triplet: 51, 31 and 40. RGB value is (81,49,64). Sum of RGB (Red+Green+Blue) = 81+49+64=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #513140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513140 is #AECEBF. Grayscale: #3C3C3C. Windows color (decimal): -11456192 or 4206929. OLE color: 4206929.

HSL color Cylindrical-coordinate representation of color #513140: hue angle of 331.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #513140 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB814964-
CMYK00.400.210.68
HSL331.88º24.62%25.49%-
HSV(B)331.88º39.51%31.76%-
XYZ5.424.325.4-
YUV60.28130.1142.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.75%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=41.75%
G=25.26%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81496400.400.210.68331.8824.6225.49
Hex513140028154414c1919
Octal12161100050251045143131
Binary1010001110001100000001010001010110001001010011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513140; }

 p { color: rgb(81,49,64); }

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

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

 a { background-color: rgb(81,49,64); }

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

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

 span { border-color: rgb(81,49,64); }

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