#512C41

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

Shades of Barossa #512C41

Tints of Barossa #512C41

Color information

#512C41 (or 0x512C41) is unknown color: approx Barossa. HEX triplet: 51, 2C and 41. RGB value is (81,44,65). Sum of RGB (Red+Green+Blue) = 81+44+65=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #512C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C41 is #AED3BE. Grayscale: #393939. Windows color (decimal): -11457471 or 4271185. OLE color: 4271185.

HSL color Cylindrical-coordinate representation of color #512C41: hue angle of 325.95º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #512C41 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB814465-
CMYK00.460.200.68
HSL325.95º29.6%24.51%-
HSV(B)325.95º45.68%31.76%-
XYZ5.253.935.48-
YUV57.46132.26144.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.63%
GREEN value IS 44 (17.58% from 255) = 23.16%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=42.63%
G=23.16%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81446500.460.200.68325.9529.624.51
Hex512C4102E14441461e19
Octal12154101056241045063631
Binary1010001101100100000101011101010010001001010001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512C41; }

 p { color: rgb(81,44,65); }

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

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

 a { background-color: rgb(81,44,65); }

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

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

 span { border-color: rgb(81,44,65); }

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