#51204A

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

Shades of Loulou #51204A

Tints of Loulou #51204A

Color information

#51204A (or 0x51204A) is unknown color: approx Loulou. HEX triplet: 51, 20 and 4A. RGB value is (81,32,74). Sum of RGB (Red+Green+Blue) = 81+32+74=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #51204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51204A is #AEDFB5. Grayscale: #333333. Windows color (decimal): -11460534 or 4857937. OLE color: 4857937.

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

Color convert

RGB813274-
CMYK00.600.090.68
HSL308.57º43.36%22.16%-
HSV(B)308.57º60.49%31.76%-
XYZ5.153.286.84-
YUV51.44140.73149.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.32%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 74 (29.30% from 255) = 39.57%
R=43.32%
G=17.11%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81327400.600.090.68308.5743.3622.16
Hex51204A03C9441352b16
Octal12140112074111044655326
Binary1010001100000100101001111001001100010010011010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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