#51224C

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

Shades of Loulou #51224C

Tints of Loulou #51224C

Color information

#51224C (or 0x51224C) is unknown color: approx Loulou. HEX triplet: 51, 22 and 4C. RGB value is (81,34,76). Sum of RGB (Red+Green+Blue) = 81+34+76=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #51224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51224C is #AEDDB3. Grayscale: #343434. Windows color (decimal): -11460020 or 4989521. OLE color: 4989521.

HSL color Cylindrical-coordinate representation of color #51224C: hue angle of 306.38º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51224C is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB813476-
CMYK00.580.060.68
HSL306.38º40.87%22.55%-
HSV(B)306.38º58.02%31.76%-
XYZ5.273.427.22-
YUV52.84141.07148.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.41%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 76 (30.08% from 255) = 39.79%
R=42.41%
G=17.80%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81347600.580.060.68306.3840.8722.55
Hex51224C03A6441322917
Octal1214211407261044625127
Binary101000110001010011000111010110100010010011001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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