#512B49

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

Shades of Loulou #512B49

Tints of Loulou #512B49

Color information

#512B49 (or 0x512B49) is unknown color: approx Loulou. HEX triplet: 51, 2B and 49. RGB value is (81,43,73). Sum of RGB (Red+Green+Blue) = 81+43+73=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #512B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B49 is #AED4B6. Grayscale: #393939. Windows color (decimal): -11457719 or 4795217. OLE color: 4795217.

HSL color Cylindrical-coordinate representation of color #512B49: hue angle of 312.63º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #512B49 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB814373-
CMYK00.470.100.68
HSL312.63º30.65%24.31%-
HSV(B)312.63º46.91%31.76%-
XYZ5.463.966.78-
YUV57.78136.59144.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.12%
GREEN value IS 43 (17.19% from 255) = 21.83%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=41.12%
G=21.83%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81437300.470.100.68312.6330.6524.31
Hex512B4902FA441391f18
Octal12153111057121044713730
Binary101000110101110010010101111101010001001001110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,43,73); }

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

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

 a { background-color: rgb(81,43,73); }

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

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

 span { border-color: rgb(81,43,73); }

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