Html Css Color HEX #511E46 Loulou

📋 copy color: '#511E46'

red 81 ◦ green 30 ◦ blue 70

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

Shades of Loulou #511E46

Tints of Loulou #511E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 38.67%

R = 44.75%
G = 16.57%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#511E46 (or 0x511E46) is known color: Loulou. HEX triplet: 51, 1E and 46. RGB value is (81,30,70). Sum of RGB (Red+Green+Blue) = 81+30+70=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #511E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E46 is #AEE1B9. Grayscale: #313131. Windows color (decimal): -11461050 or 4595281. OLE color: 4595281.

HSL color Cylindrical-coordinate representation of color #511E46: hue angle of 312.94º 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 #511E46 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 30 70 -
CMYK 0 0.63 0.14 0.68
HSL 312.94º 0.46% 0.22% -
HSV(B) 312.94º 0.63% 0.32% -
XYZ 4.96 3.12 6.14 -
YUV 49.81 139.4 150.25 -
System Red Green Blue C M Y K H S L
Decimal 81 30 70 0 0.63 0.14 0.68 312.94 0.46 0.22
Hex 51 1E 46 0 3F E 44 139 2E 16
Octal 121 36 106 0 77 16 104 471 56 26
Binary 1010001 11110 1000110 0 111111 1110 1000100 100111001 101110 10110

Color Harmonies of #511E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E46

Black with #511E46

Text Example


Text Example

White with #511E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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