Html Css Color HEX #511E4D Loulou

📋 copy color: '#511E4D'

red 81 ◦ green 30 ◦ blue 77

#511E4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #511E4D

Tints of Loulou #511E4D

RGB

 RED value IS 81 (32.03% from 255) = 43.09%

 GREEN value IS 30 (12.11% from 255) = 15.96%

 BLUE value IS 77 (30.47% from 255) = 40.96%

R = 43.09%
G = 15.96%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#511E4D (or 0x511E4D) is known color: Loulou. HEX triplet: 51, 1E and 4D. RGB value is (81,30,77). Sum of RGB (Red+Green+Blue) = 81+30+77=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #511E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511E4D is #AEE1B2. Grayscale: #323232. Windows color (decimal): -11461043 or 5054033. OLE color: 5054033.

HSL color Cylindrical-coordinate representation of color #511E4D: hue angle of 304.71º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #511E4D is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 30 77 -
CMYK 0 0.63 0.05 0.68
HSL 304.71º 0.46% 0.22% -
HSV(B) 304.71º 0.63% 0.32% -
XYZ 5.2 3.21 7.37 -
YUV 50.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 81 30 77 0 0.63 0.05 0.68 304.71 0.46 0.22
Hex 51 1E 4D 0 3F 5 44 131 2E 16
Octal 121 36 115 0 77 5 104 461 56 26
Binary 1010001 11110 1001101 0 111111 101 1000100 100110001 101110 10110

Color Harmonies of #511E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E4D

Black with #511E4D

Text Example


Text Example

White with #511E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511E4D; }

 p { color: rgb(81,30,77); }

 H1.HeaderClassName
 {
   color: #511E4D;
 }
 .AnyTagClassName
 {
   color: #511E4D;
 }
</style>

background-color css

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

 a { background-color: rgb(81,30,77); }

 div.DivClassName
 {
   background-color: #511E4D;
 }
 .BgClassName
 {
   background-color: #511E4D;
 }
</style>

border-color css

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

 span { border-color: rgb(81,30,77); }

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