#513444

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

Shades of Barossa #513444

Tints of Barossa #513444

Color information

#513444 (or 0x513444) is unknown color: approx Barossa. HEX triplet: 51, 34 and 44. RGB value is (81,52,68). Sum of RGB (Red+Green+Blue) = 81+52+68=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #513444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513444 is #AECBBB. Grayscale: #3E3E3E. Windows color (decimal): -11455420 or 4469841. OLE color: 4469841.

HSL color Cylindrical-coordinate representation of color #513444: hue angle of 326.9º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #513444 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB815268-
CMYK00.360.160.68
HSL326.9º21.8%26.08%-
HSV(B)326.9º35.8%31.76%-
XYZ5.664.626.06-
YUV62.5131.11141.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.30%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 68 (26.95% from 255) = 33.83%
R=40.30%
G=25.87%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81526800.360.160.68326.921.826.08
Hex5134440241044147161a
Octal12164104044201045072632
Binary1010001110100100010001001001000010001001010001111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513444; }

 p { color: rgb(81,52,68); }

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

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

 a { background-color: rgb(81,52,68); }

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

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

 span { border-color: rgb(81,52,68); }

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