#51354E

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

Shades of Loulou #51354E

Tints of Loulou #51354E

Color information

#51354E (or 0x51354E) is unknown color: approx Loulou. HEX triplet: 51, 35 and 4E. RGB value is (81,53,78). Sum of RGB (Red+Green+Blue) = 81+53+78=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 81 - color contains mainly: red. Hex color #51354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51354E is #AECAB1. Grayscale: #404040. Windows color (decimal): -11455154 or 5125457. OLE color: 5125457.

HSL color Cylindrical-coordinate representation of color #51354E: hue angle of 306.43º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51354E is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB815378-
CMYK00.350.040.68
HSL306.43º20.9%26.27%-
HSV(B)306.43º34.57%31.76%-
XYZ6.044.857.82-
YUV64.22135.78139.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=38.21%
G=25%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81537800.350.040.68306.4320.926.27
Hex51354E023444132151a
Octal1216511604341044622532
Binary10100011101011001110010001110010001001001100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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