#51224A

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

Shades of Loulou #51224A

Tints of Loulou #51224A

Color information

#51224A (or 0x51224A) is unknown color: approx Loulou. HEX triplet: 51, 22 and 4A. RGB value is (81,34,74). Sum of RGB (Red+Green+Blue) = 81+34+74=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #51224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51224A is #AEDDB5. Grayscale: #343434. Windows color (decimal): -11460022 or 4858449. OLE color: 4858449.

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

Color convert

RGB813474-
CMYK00.580.090.68
HSL308.94º40.87%22.55%-
HSV(B)308.94º58.02%31.76%-
XYZ5.23.396.86-
YUV52.61140.07148.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.86%
GREEN value IS 34 (13.67% from 255) = 17.99%
BLUE value IS 74 (29.30% from 255) = 39.15%
R=42.86%
G=17.99%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81347400.580.090.68308.9440.8722.55
Hex51224A03A9441352917
Octal12142112072111044655127
Binary1010001100010100101001110101001100010010011010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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