Html Css Color HEX #511A4A Loulou

📋 copy color: '#511A4A'

red 81 ◦ green 26 ◦ blue 74

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

Shades of Loulou #511A4A

Tints of Loulou #511A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 40.88%

R = 44.75%
G = 14.36%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#511A4A (or 0x511A4A) is known color: Loulou. HEX triplet: 51, 1A and 4A. RGB value is (81,26,74). Sum of RGB (Red+Green+Blue) = 81+26+74=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #511A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A4A is #AEE5B5. Grayscale: #2F2F2F. Windows color (decimal): -11462070 or 4856401. OLE color: 4856401.

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

Color convert

RGB 81 26 74 -
CMYK 0 0.68 0.09 0.68
HSL 307.64º 0.51% 0.21% -
HSV(B) 307.64º 0.68% 0.32% -
XYZ 5 2.98 6.79 -
YUV 47.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 81 26 74 0 0.68 0.09 0.68 307.64 0.51 0.21
Hex 51 1A 4A 0 44 9 44 134 33 15
Octal 121 32 112 0 104 11 104 464 63 25
Binary 1010001 11010 1001010 0 1000100 1001 1000100 100110100 110011 10101

Color Harmonies of #511A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A4A

Black with #511A4A

Text Example


Text Example

White with #511A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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