#512940

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

Shades of Barossa #512940

Tints of Barossa #512940

Color information

#512940 (or 0x512940) is unknown color: approx Barossa. HEX triplet: 51, 29 and 40. RGB value is (81,41,64). Sum of RGB (Red+Green+Blue) = 81+41+64=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #512940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512940 is #AED6BF. Grayscale: #373737. Windows color (decimal): -11458240 or 4204881. OLE color: 4204881.

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

Color convert

RGB814164-
CMYK00.490.210.68
HSL325.5º32.79%23.92%-
HSV(B)325.5º49.38%31.76%-
XYZ5.113.715.3-
YUV55.58132.75146.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=43.55%
G=22.04%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81416400.490.210.68325.532.7923.92
Hex51294003115441462118
Octal12151100061251045064130
Binary10100011010011000000011000110101100010010100011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512940; }

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

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

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

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

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

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

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

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