#513043

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

Shades of Barossa #513043

Tints of Barossa #513043

Color information

#513043 (or 0x513043) is unknown color: approx Barossa. HEX triplet: 51, 30 and 43. RGB value is (81,48,67). Sum of RGB (Red+Green+Blue) = 81+48+67=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #513043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513043 is #AECFBC. Grayscale: #3B3B3B. Windows color (decimal): -11456445 or 4403281. OLE color: 4403281.

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

Color convert

RGB814867-
CMYK00.410.170.68
HSL325.45º25.58%25.29%-
HSV(B)325.45º40.74%31.76%-
XYZ5.464.275.85-
YUV60.03131.93142.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 67 (26.56% from 255) = 34.18%
R=41.33%
G=24.49%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81486700.410.170.68325.4525.5825.29
Hex51304302911441451a19
Octal12160103051211045053231
Binary1010001110000100001101010011000110001001010001011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513043; }

 p { color: rgb(81,48,67); }

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

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

 a { background-color: rgb(81,48,67); }

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

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

 span { border-color: rgb(81,48,67); }

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