#51364A

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

Shades of Loulou #51364A

Tints of Loulou #51364A

Color information

#51364A (or 0x51364A) is unknown color: approx Loulou. HEX triplet: 51, 36 and 4A. RGB value is (81,54,74). Sum of RGB (Red+Green+Blue) = 81+54+74=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #51364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51364A is #AEC9B5. Grayscale: #404040. Windows color (decimal): -11454902 or 4863569. OLE color: 4863569.

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

Color convert

RGB815474-
CMYK00.330.090.68
HSL315.56º20%26.47%-
HSV(B)315.56º33.33%31.76%-
XYZ5.954.887.11-
YUV64.35133.45139.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 54 (21.48% from 255) = 25.84%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=38.76%
G=25.84%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81547400.330.090.68315.562026.47
Hex51364A02194413c141a
Octal12166112041111044742432
Binary101000111011010010100100001100110001001001111001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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