#511742

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

Shades of Loulou #511742

Tints of Loulou #511742

Color information

#511742 (or 0x511742) is unknown color: approx Loulou. HEX triplet: 51, 17 and 42. RGB value is (81,23,66). Sum of RGB (Red+Green+Blue) = 81+23+66=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #511742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511742 is #AEE8BD. Grayscale: #2D2D2D. Windows color (decimal): -11462846 or 4331345. OLE color: 4331345.

HSL color Cylindrical-coordinate representation of color #511742: hue angle of 315.52º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511742 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB812366-
CMYK00.720.190.68
HSL315.52º55.77%20.39%-
HSV(B)315.52º71.6%31.76%-
XYZ4.682.765.44-
YUV45.24139.72153.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.65%
GREEN value IS 23 (9.38% from 255) = 13.53%
BLUE value IS 66 (26.17% from 255) = 38.82%
R=47.65%
G=13.53%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81236600.720.190.68315.5255.7720.39
Hex511742048134413c3814
Octal121271020110231044747024
Binary10100011011110000100100100010011100010010011110011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511742; }

 p { color: rgb(81,23,66); }

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

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

 a { background-color: rgb(81,23,66); }

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

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

 span { border-color: rgb(81,23,66); }

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