#512146

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

Shades of Loulou #512146

Tints of Loulou #512146

Color information

#512146 (or 0x512146) is unknown color: approx Loulou. HEX triplet: 51, 21 and 46. RGB value is (81,33,70). Sum of RGB (Red+Green+Blue) = 81+33+70=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #512146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512146 is #AEDEB9. Grayscale: #333333. Windows color (decimal): -11460282 or 4596049. OLE color: 4596049.

HSL color Cylindrical-coordinate representation of color #512146: hue angle of 313.75º 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 #512146 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB813370-
CMYK00.590.140.68
HSL313.75º42.11%22.35%-
HSV(B)313.75º59.26%31.76%-
XYZ5.043.286.16-
YUV51.57138.4148.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 33 (13.28% from 255) = 17.93%
BLUE value IS 70 (27.73% from 255) = 38.04%
R=44.02%
G=17.93%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81337000.590.140.68313.7542.1122.35
Hex51214603BE4413a2a16
Octal12141106073161044725226
Binary1010001100001100011001110111110100010010011101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512146; }

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

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

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

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

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

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

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

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