#512144

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

Shades of Loulou #512144

Tints of Loulou #512144

Color information

#512144 (or 0x512144) is unknown color: approx Loulou. HEX triplet: 51, 21 and 44. RGB value is (81,33,68). Sum of RGB (Red+Green+Blue) = 81+33+68=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #512144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512144 is #AEDEBB. Grayscale: #333333. Windows color (decimal): -11460284 or 4464977. OLE color: 4464977.

HSL color Cylindrical-coordinate representation of color #512144: hue angle of 316.25º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #512144 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB813368-
CMYK00.590.160.68
HSL316.25º42.11%22.35%-
HSV(B)316.25º59.26%31.76%-
XYZ4.983.255.83-
YUV51.34137.4149.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 68 (26.95% from 255) = 37.36%
R=44.51%
G=18.13%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81336800.590.160.68316.2542.1122.35
Hex51214403B104413c2a16
Octal12141104073201044745226
Binary10100011000011000100011101110000100010010011110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512144; }

 p { color: rgb(81,33,68); }

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

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

 a { background-color: rgb(81,33,68); }

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

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

 span { border-color: rgb(81,33,68); }

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