#513141

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

Shades of Barossa #513141

Tints of Barossa #513141

Color information

#513141 (or 0x513141) is unknown color: approx Barossa. HEX triplet: 51, 31 and 41. RGB value is (81,49,65). Sum of RGB (Red+Green+Blue) = 81+49+65=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #513141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513141 is #AECEBE. Grayscale: #3C3C3C. Windows color (decimal): -11456191 or 4272465. OLE color: 4272465.

HSL color Cylindrical-coordinate representation of color #513141: hue angle of 330º 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 #513141 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB814965-
CMYK00.400.200.68
HSL330º24.62%25.49%-
HSV(B)330º39.51%31.76%-
XYZ5.454.335.55-
YUV60.39130.6142.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 65 (25.78% from 255) = 33.33%
R=41.54%
G=25.13%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81496500.400.200.6833024.6225.49
Hex513141028144414a1919
Octal12161101050241045123131
Binary1010001110001100000101010001010010001001010010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513141; }

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

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

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

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

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

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

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

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