#51344D

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

Shades of Loulou #51344D

Tints of Loulou #51344D

Color information

#51344D (or 0x51344D) is unknown color: approx Loulou. HEX triplet: 51, 34 and 4D. RGB value is (81,52,77). Sum of RGB (Red+Green+Blue) = 81+52+77=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 81 - color contains mainly: red. Hex color #51344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51344D is #AECBB2. Grayscale: #3F3F3F. Windows color (decimal): -11455411 or 5059665. OLE color: 5059665.

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

Color convert

RGB815277-
CMYK00.360.050.68
HSL308.28º21.8%26.08%-
HSV(B)308.28º35.8%31.76%-
XYZ5.964.747.62-
YUV63.52135.61140.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.57%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 77 (30.47% from 255) = 36.67%
R=38.57%
G=24.76%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81527700.360.050.68308.2821.826.08
Hex51344D024544134161a
Octal1216411504451044642632
Binary10100011101001001101010010010110001001001101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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