#51344C

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

Shades of Loulou #51344C

Tints of Loulou #51344C

Color information

#51344C (or 0x51344C) is unknown color: approx Loulou. HEX triplet: 51, 34 and 4C. RGB value is (81,52,76). Sum of RGB (Red+Green+Blue) = 81+52+76=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #51344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51344C is #AECBB3. Grayscale: #3F3F3F. Windows color (decimal): -11455412 or 4994129. OLE color: 4994129.

HSL color Cylindrical-coordinate representation of color #51344C: hue angle of 310.34º 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 #51344C is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB815276-
CMYK00.360.060.68
HSL310.34º21.8%26.08%-
HSV(B)310.34º35.8%31.76%-
XYZ5.934.737.44-
YUV63.41135.11140.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 52 (20.70% from 255) = 24.88%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=38.76%
G=24.88%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81527600.360.060.68310.3421.826.08
Hex51344C024644136161a
Octal1216411404461044662632
Binary10100011101001001100010010011010001001001101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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