Html Css Color HEX #511A46 Loulou

📋 copy color: '#511A46'

red 81 ◦ green 26 ◦ blue 70

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

Shades of Loulou #511A46

Tints of Loulou #511A46

RGB

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

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

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

R = 45.76%
G = 14.69%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#511A46 (or 0x511A46) is known color: Loulou. HEX triplet: 51, 1A and 46. RGB value is (81,26,70). Sum of RGB (Red+Green+Blue) = 81+26+70=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #511A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A46 is #AEE5B9. Grayscale: #2F2F2F. Windows color (decimal): -11462074 or 4594257. OLE color: 4594257.

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

Color convert

RGB 81 26 70 -
CMYK 0 0.68 0.14 0.68
HSL 312º 0.51% 0.21% -
HSV(B) 312º 0.68% 0.32% -
XYZ 4.87 2.93 6.1 -
YUV 47.46 140.72 151.92 -
System Red Green Blue C M Y K H S L
Decimal 81 26 70 0 0.68 0.14 0.68 312 0.51 0.21
Hex 51 1A 46 0 44 E 44 138 33 15
Octal 121 32 106 0 104 16 104 470 63 25
Binary 1010001 11010 1000110 0 1000100 1110 1000100 100111000 110011 10101

Color Harmonies of #511A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A46

Black with #511A46

Text Example


Text Example

White with #511A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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