#512140

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

Shades of Barossa #512140

Tints of Barossa #512140

Color information

#512140 (or 0x512140) is unknown color: approx Barossa. HEX triplet: 51, 21 and 40. RGB value is (81,33,64). Sum of RGB (Red+Green+Blue) = 81+33+64=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #512140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512140 is #AEDEBF. Grayscale: #323232. Windows color (decimal): -11460288 or 4202833. OLE color: 4202833.

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

Color convert

RGB813364-
CMYK00.590.210.68
HSL321.25º42.11%22.35%-
HSV(B)321.25º59.26%31.76%-
XYZ4.863.215.21-
YUV50.89135.4149.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.51%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=45.51%
G=18.54%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81336400.590.210.68321.2542.1122.35
Hex51214003B15441412a16
Octal12141100073251045015226
Binary10100011000011000000011101110101100010010100000110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512140; }

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

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

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

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

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

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

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

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