#51204D

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

Shades of Loulou #51204D

Tints of Loulou #51204D

Color information

#51204D (or 0x51204D) is unknown color: approx Loulou. HEX triplet: 51, 20 and 4D. RGB value is (81,32,77). Sum of RGB (Red+Green+Blue) = 81+32+77=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #51204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51204D is #AEDFB2. Grayscale: #333333. Windows color (decimal): -11460531 or 5054545. OLE color: 5054545.

HSL color Cylindrical-coordinate representation of color #51204D: hue angle of 304.9º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51204D is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB813277-
CMYK00.600.050.68
HSL304.9º43.36%22.16%-
HSV(B)304.9º60.49%31.76%-
XYZ5.253.327.38-
YUV51.78142.23148.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.63%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 77 (30.47% from 255) = 40.53%
R=42.63%
G=16.84%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81327700.600.050.68304.943.3622.16
Hex51204D03C5441312b16
Octal1214011507451044615326
Binary101000110000010011010111100101100010010011000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51204D; }

 p { color: rgb(81,32,77); }

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

<style>
 a { background-color: #51204D; }

 a { background-color: rgb(81,32,77); }

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

<style>
 span { border-color: #51204D; }

 span { border-color: rgb(81,32,77); }

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