#51124A

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

Shades of Loulou #51124A

Tints of Loulou #51124A

Color information

#51124A (or 0x51124A) is unknown color: approx Loulou. HEX triplet: 51, 12 and 4A. RGB value is (81,18,74). Sum of RGB (Red+Green+Blue) = 81+18+74=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #51124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51124A is #AEEDB5. Grayscale: #2B2B2B. Windows color (decimal): -11464118 or 4854353. OLE color: 4854353.

HSL color Cylindrical-coordinate representation of color #51124A: hue angle of 306.67º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #51124A is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB811874-
CMYK00.780.090.68
HSL306.67º63.64%19.41%-
HSV(B)306.67º77.78%31.76%-
XYZ4.852.686.74-
YUV43.22145.37154.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 74 (29.30% from 255) = 42.77%
R=46.82%
G=10.40%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81187400.780.090.68306.6763.6419.41
Hex51124A04E9441334013
Octal1212211201161110446310023
Binary10100011001010010100100111010011000100100110011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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