#51314A

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

Shades of Loulou #51314A

Tints of Loulou #51314A

Color information

#51314A (or 0x51314A) is unknown color: approx Loulou. HEX triplet: 51, 31 and 4A. RGB value is (81,49,74). Sum of RGB (Red+Green+Blue) = 81+49+74=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #51314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51314A is #AECEB5. Grayscale: #3D3D3D. Windows color (decimal): -11456182 or 4862289. OLE color: 4862289.

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

Color convert

RGB814974-
CMYK00.400.090.68
HSL313.12º24.62%25.49%-
HSV(B)313.12º39.51%31.76%-
XYZ5.734.447.03-
YUV61.42135.1141.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 49 (19.53% from 255) = 24.02%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=39.71%
G=24.02%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81497400.400.090.68313.1224.6225.49
Hex51314A0289441391919
Octal12161112050111044713131
Binary101000111000110010100101000100110001001001110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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