Html Css Color HEX #511A47 Loulou

📋 copy color: '#511A47'

red 81 ◦ green 26 ◦ blue 71

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

Shades of Loulou #511A47

Tints of Loulou #511A47

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.61%

 BLUE value IS 71 (28.13% from 255) = 39.89%

R = 45.51%
G = 14.61%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#511A47 (or 0x511A47) is known color: Loulou. HEX triplet: 51, 1A and 47. RGB value is (81,26,71). Sum of RGB (Red+Green+Blue) = 81+26+71=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #511A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A47 is #AEE5B8. Grayscale: #2F2F2F. Windows color (decimal): -11462073 or 4659793. OLE color: 4659793.

HSL color Cylindrical-coordinate representation of color #511A47: hue angle of 310.91º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511A47 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 26 71 -
CMYK 0 0.68 0.12 0.68
HSL 310.91º 0.51% 0.21% -
HSV(B) 310.91º 0.68% 0.32% -
XYZ 4.9 2.94 6.27 -
YUV 47.58 141.22 151.84 -
System Red Green Blue C M Y K H S L
Decimal 81 26 71 0 0.68 0.12 0.68 310.91 0.51 0.21
Hex 51 1A 47 0 44 C 44 137 33 15
Octal 121 32 107 0 104 14 104 467 63 25
Binary 1010001 11010 1000111 0 1000100 1100 1000100 100110111 110011 10101

Color Harmonies of #511A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A47

Black with #511A47

Text Example


Text Example

White with #511A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,26,71); }

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

background-color css

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

 a { background-color: rgb(81,26,71); }

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

border-color css

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

 span { border-color: rgb(81,26,71); }

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