#512540

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

Shades of Barossa #512540

Tints of Barossa #512540

Color information

#512540 (or 0x512540) is unknown color: approx Barossa. HEX triplet: 51, 25 and 40. RGB value is (81,37,64). Sum of RGB (Red+Green+Blue) = 81+37+64=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #512540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512540 is #AEDABF. Grayscale: #353535. Windows color (decimal): -11459264 or 4203857. OLE color: 4203857.

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

Color convert

RGB813764-
CMYK00.540.210.68
HSL323.18º37.29%23.14%-
HSV(B)323.18º54.32%31.76%-
XYZ4.983.445.25-
YUV53.23134.08147.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 37 (14.84% from 255) = 20.33%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=44.51%
G=20.33%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81376400.540.210.68323.1837.2923.14
Hex51254003615441432517
Octal12145100066251045034527
Binary10100011001011000000011011010101100010010100001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512540; }

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

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

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

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

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

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

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

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