#512A47

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

Shades of Loulou #512A47

Tints of Loulou #512A47

Color information

#512A47 (or 0x512A47) is unknown color: approx Loulou. HEX triplet: 51, 2A and 47. RGB value is (81,42,71). Sum of RGB (Red+Green+Blue) = 81+42+71=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #512A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512A47 is #AED5B8. Grayscale: #383838. Windows color (decimal): -11457977 or 4663889. OLE color: 4663889.

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

Color convert

RGB814271-
CMYK00.480.120.68
HSL315.38º31.71%24.12%-
HSV(B)315.38º48.15%31.76%-
XYZ5.363.866.42-
YUV56.97135.92145.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.75%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=41.75%
G=21.65%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81427100.480.120.68315.3831.7124.12
Hex512A47030C4413b2018
Octal12152107060141044734030
Binary1010001101010100011101100001100100010010011101110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,42,71); }

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

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

 a { background-color: rgb(81,42,71); }

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

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

 span { border-color: rgb(81,42,71); }

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