Html Css Color HEX #511944 Loulou

📋 copy color: '#511944'

red 81 ◦ green 25 ◦ blue 68

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

Shades of Loulou #511944

Tints of Loulou #511944

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

 BLUE value IS 68 (26.95% from 255) = 39.08%

R = 46.55%
G = 14.37%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#511944 (or 0x511944) is known color: Loulou. HEX triplet: 51, 19 and 44. RGB value is (81,25,68). Sum of RGB (Red+Green+Blue) = 81+25+68=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #511944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511944 is #AEE6BB. Grayscale: #2E2E2E. Windows color (decimal): -11462332 or 4462929. OLE color: 4462929.

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

Color convert

RGB 81 25 68 -
CMYK 0 0.69 0.16 0.68
HSL 313.93º 0.53% 0.21% -
HSV(B) 313.93º 0.69% 0.32% -
XYZ 4.78 2.86 5.77 -
YUV 46.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 81 25 68 0 0.69 0.16 0.68 313.93 0.53 0.21
Hex 51 19 44 0 45 10 44 13A 35 15
Octal 121 31 104 0 105 20 104 472 65 25
Binary 1010001 11001 1000100 0 1000101 10000 1000100 100111010 110101 10101

Color Harmonies of #511944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511944

Black with #511944

Text Example


Text Example

White with #511944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511944; }

 p { color: rgb(81,25,68); }

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

background-color css

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

 a { background-color: rgb(81,25,68); }

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

border-color css

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

 span { border-color: rgb(81,25,68); }

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