#513042

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

Shades of Barossa #513042

Tints of Barossa #513042

Color information

#513042 (or 0x513042) is unknown color: approx Barossa. HEX triplet: 51, 30 and 42. RGB value is (81,48,66). Sum of RGB (Red+Green+Blue) = 81+48+66=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #513042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513042 is #AECFBD. Grayscale: #3B3B3B. Windows color (decimal): -11456446 or 4337745. OLE color: 4337745.

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

Color convert

RGB814866-
CMYK00.410.190.68
HSL327.27º25.58%25.29%-
HSV(B)327.27º40.74%31.76%-
XYZ5.434.265.69-
YUV59.92131.43143.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=41.54%
G=24.62%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81486600.410.190.68327.2725.5825.29
Hex51304202913441471a19
Octal12160102051231045073231
Binary1010001110000100001001010011001110001001010001111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513042; }

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

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

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

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

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

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

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

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