#51184C

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

Shades of Loulou #51184C

Tints of Loulou #51184C

Color information

#51184C (or 0x51184C) is unknown color: approx Loulou. HEX triplet: 51, 18 and 4C. RGB value is (81,24,76). Sum of RGB (Red+Green+Blue) = 81+24+76=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #51184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51184C is #AEE7B3. Grayscale: #2E2E2E. Windows color (decimal): -11462580 or 4986961. OLE color: 4986961.

HSL color Cylindrical-coordinate representation of color #51184C: hue angle of 305.26º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51184C is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB812476-
CMYK00.700.060.68
HSL305.26º54.29%20.59%-
HSV(B)305.26º70.37%31.76%-
XYZ5.022.927.14-
YUV46.97144.38152.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 76 (30.08% from 255) = 41.99%
R=44.75%
G=13.26%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81247600.700.060.68305.2654.2920.59
Hex51184C0466441313615
Octal12130114010661044616625
Binary101000111000100110001000110110100010010011000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51184C; }

 p { color: rgb(81,24,76); }

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

<style>
 a { background-color: #51184C; }

 a { background-color: rgb(81,24,76); }

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

<style>
 span { border-color: #51184C; }

 span { border-color: rgb(81,24,76); }

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