#512740

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

Shades of Barossa #512740

Tints of Barossa #512740

Color information

#512740 (or 0x512740) is unknown color: approx Barossa. HEX triplet: 51, 27 and 40. RGB value is (81,39,64). Sum of RGB (Red+Green+Blue) = 81+39+64=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #512740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512740 is #AED8BF. Grayscale: #363636. Windows color (decimal): -11458752 or 4204369. OLE color: 4204369.

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

Color convert

RGB813964-
CMYK00.520.210.68
HSL324.29º35%23.53%-
HSV(B)324.29º51.85%31.76%-
XYZ5.043.575.27-
YUV54.41133.41146.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 39 (15.62% from 255) = 21.20%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=44.02%
G=21.20%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81396400.520.210.68324.293523.53
Hex51274003415441442318
Octal12147100064251045044330
Binary10100011001111000000011010010101100010010100010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512740; }

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

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

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

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

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

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

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

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