#51344E

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

Shades of Loulou #51344E

Tints of Loulou #51344E

Color information

#51344E (or 0x51344E) is unknown color: approx Loulou. HEX triplet: 51, 34 and 4E. RGB value is (81,52,78). Sum of RGB (Red+Green+Blue) = 81+52+78=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #51344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51344E is #AECBB1. Grayscale: #3F3F3F. Windows color (decimal): -11455410 or 5125201. OLE color: 5125201.

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

Color convert

RGB815278-
CMYK00.360.040.68
HSL306.21º21.8%26.08%-
HSV(B)306.21º35.8%31.76%-
XYZ64.767.81-
YUV63.63136.11140.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 52 (20.70% from 255) = 24.64%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=38.39%
G=24.64%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81527800.360.040.68306.2121.826.08
Hex51344E024444132161a
Octal1216411604441044622632
Binary10100011101001001110010010010010001001001100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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