#51364E

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

Shades of Loulou #51364E

Tints of Loulou #51364E

Color information

#51364E (or 0x51364E) is unknown color: approx Loulou. HEX triplet: 51, 36 and 4E. RGB value is (81,54,78). Sum of RGB (Red+Green+Blue) = 81+54+78=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #51364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51364E is #AEC9B1. Grayscale: #404040. Windows color (decimal): -11454898 or 5125713. OLE color: 5125713.

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

Color convert

RGB815478-
CMYK00.330.040.68
HSL306.67º20%26.47%-
HSV(B)306.67º33.33%31.76%-
XYZ6.094.947.84-
YUV64.81135.45139.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.03%
GREEN value IS 54 (21.48% from 255) = 25.35%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=38.03%
G=25.35%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81547800.330.040.68306.672026.47
Hex51364E021444133141a
Octal1216611604141044632432
Binary10100011101101001110010000110010001001001100111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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