Html Css Color HEX #511E43 Loulou

📋 copy color: '#511E43'

red 81 ◦ green 30 ◦ blue 67

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

Shades of Loulou #511E43

Tints of Loulou #511E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 37.64%

R = 45.51%
G = 16.85%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#511E43 (or 0x511E43) is known color: Loulou. HEX triplet: 51, 1E and 43. RGB value is (81,30,67). Sum of RGB (Red+Green+Blue) = 81+30+67=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #511E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E43 is #AEE1BC. Grayscale: #313131. Windows color (decimal): -11461053 or 4398673. OLE color: 4398673.

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

Color convert

RGB 81 30 67 -
CMYK 0 0.63 0.17 0.68
HSL 316.47º 0.46% 0.22% -
HSV(B) 316.47º 0.63% 0.32% -
XYZ 4.87 3.08 5.65 -
YUV 49.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 81 30 67 0 0.63 0.17 0.68 316.47 0.46 0.22
Hex 51 1E 43 0 3F 11 44 13C 2E 16
Octal 121 36 103 0 77 21 104 474 56 26
Binary 1010001 11110 1000011 0 111111 10001 1000100 100111100 101110 10110

Color Harmonies of #511E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E43

Black with #511E43

Text Example


Text Example

White with #511E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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