Html Css Color HEX #511A48 Loulou

📋 copy color: '#511A48'

red 81 ◦ green 26 ◦ blue 72

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

Shades of Loulou #511A48

Tints of Loulou #511A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40.22%

R = 45.25%
G = 14.53%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#511A48 (or 0x511A48) is known color: Loulou. HEX triplet: 51, 1A and 48. RGB value is (81,26,72). Sum of RGB (Red+Green+Blue) = 81+26+72=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #511A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A48 is #AEE5B7. Grayscale: #2F2F2F. Windows color (decimal): -11462072 or 4725329. OLE color: 4725329.

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

Color convert

RGB 81 26 72 -
CMYK 0 0.68 0.11 0.68
HSL 309.82º 0.51% 0.21% -
HSV(B) 309.82º 0.68% 0.32% -
XYZ 4.93 2.96 6.44 -
YUV 47.69 141.72 151.76 -
System Red Green Blue C M Y K H S L
Decimal 81 26 72 0 0.68 0.11 0.68 309.82 0.51 0.21
Hex 51 1A 48 0 44 B 44 136 33 15
Octal 121 32 110 0 104 13 104 466 63 25
Binary 1010001 11010 1001000 0 1000100 1011 1000100 100110110 110011 10101

Color Harmonies of #511A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A48

Black with #511A48

Text Example


Text Example

White with #511A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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