#51324D

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

Shades of Loulou #51324D

Tints of Loulou #51324D

Color information

#51324D (or 0x51324D) is unknown color: approx Loulou. HEX triplet: 51, 32 and 4D. RGB value is (81,50,77). Sum of RGB (Red+Green+Blue) = 81+50+77=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 81 - color contains mainly: red. Hex color #51324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51324D is #AECDB2. Grayscale: #3E3E3E. Windows color (decimal): -11455923 or 5059153. OLE color: 5059153.

HSL color Cylindrical-coordinate representation of color #51324D: hue angle of 307.74º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #51324D is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB815077-
CMYK00.380.050.68
HSL307.74º23.66%25.69%-
HSV(B)307.74º38.27%31.76%-
XYZ5.874.577.59-
YUV62.35136.27141.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.94%
GREEN value IS 50 (19.92% from 255) = 24.04%
BLUE value IS 77 (30.47% from 255) = 37.02%
R=38.94%
G=24.04%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81507700.380.050.68307.7423.6625.69
Hex51324D026544134181a
Octal1216211504651044643032
Binary10100011100101001101010011010110001001001101001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51324D; }

 p { color: rgb(81,50,77); }

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

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

 a { background-color: rgb(81,50,77); }

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

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

 span { border-color: rgb(81,50,77); }

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