#51344A

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

Shades of Loulou #51344A

Tints of Loulou #51344A

Color information

#51344A (or 0x51344A) is unknown color: approx Loulou. HEX triplet: 51, 34 and 4A. RGB value is (81,52,74). Sum of RGB (Red+Green+Blue) = 81+52+74=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #51344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51344A is #AECBB5. Grayscale: #3F3F3F. Windows color (decimal): -11455414 or 4863057. OLE color: 4863057.

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

Color convert

RGB815274-
CMYK00.360.090.68
HSL314.48º21.8%26.08%-
HSV(B)314.48º35.8%31.76%-
XYZ5.864.77.08-
YUV63.18134.11140.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=39.13%
G=25.12%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81527400.360.090.68314.4821.826.08
Hex51344A02494413a161a
Octal12164112044111044722632
Binary101000111010010010100100100100110001001001110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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