#51314C

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

Shades of Loulou #51314C

Tints of Loulou #51314C

Color information

#51314C (or 0x51314C) is unknown color: approx Loulou. HEX triplet: 51, 31 and 4C. RGB value is (81,49,76). Sum of RGB (Red+Green+Blue) = 81+49+76=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #51314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51314C is #AECEB3. Grayscale: #3D3D3D. Windows color (decimal): -11456180 or 4993361. OLE color: 4993361.

HSL color Cylindrical-coordinate representation of color #51314C: hue angle of 309.38º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51314C is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB814976-
CMYK00.400.060.68
HSL309.38º24.62%25.49%-
HSV(B)309.38º39.51%31.76%-
XYZ5.84.477.39-
YUV61.65136.1141.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=39.32%
G=23.79%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81497600.400.060.68309.3824.6225.49
Hex51314C0286441351919
Octal1216111405061044653131
Binary10100011100011001100010100011010001001001101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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