#511348

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

Shades of Loulou #511348

Tints of Loulou #511348

Color information

#511348 (or 0x511348) is unknown color: approx Loulou. HEX triplet: 51, 13 and 48. RGB value is (81,19,72). Sum of RGB (Red+Green+Blue) = 81+19+72=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #511348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511348 is #AEECB7. Grayscale: #2B2B2B. Windows color (decimal): -11463864 or 4723537. OLE color: 4723537.

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

Color convert

RGB811972-
CMYK00.770.110.68
HSL308.71º62%19.61%-
HSV(B)308.71º76.54%31.76%-
XYZ4.82.686.4-
YUV43.58144.04154.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 72 (28.52% from 255) = 41.86%
R=47.09%
G=11.05%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81197200.770.110.68308.716219.61
Hex51134804DB441353e14
Octal121231100115131044657624
Binary1010001100111001000010011011011100010010011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511348; }

 p { color: rgb(81,19,72); }

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

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

 a { background-color: rgb(81,19,72); }

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

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

 span { border-color: rgb(81,19,72); }

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