Html Css Color HEX #511946 Loulou

📋 copy color: '#511946'

red 81 ◦ green 25 ◦ blue 70

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

Shades of Loulou #511946

Tints of Loulou #511946

RGB

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

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

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

R = 46.02%
G = 14.2%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#511946 (or 0x511946) is known color: Loulou. HEX triplet: 51, 19 and 46. RGB value is (81,25,70). Sum of RGB (Red+Green+Blue) = 81+25+70=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #511946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511946 is #AEE6B9. Grayscale: #2E2E2E. Windows color (decimal): -11462330 or 4594001. OLE color: 4594001.

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

Color convert

RGB 81 25 70 -
CMYK 0 0.69 0.14 0.68
HSL 311.79º 0.53% 0.21% -
HSV(B) 311.79º 0.69% 0.32% -
XYZ 4.85 2.89 6.1 -
YUV 46.87 141.05 152.34 -
System Red Green Blue C M Y K H S L
Decimal 81 25 70 0 0.69 0.14 0.68 311.79 0.53 0.21
Hex 51 19 46 0 45 E 44 138 35 15
Octal 121 31 106 0 105 16 104 470 65 25
Binary 1010001 11001 1000110 0 1000101 1110 1000100 100111000 110101 10101

Color Harmonies of #511946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511946

Black with #511946

Text Example


Text Example

White with #511946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511946; }

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

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

background-color css

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

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

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

border-color css

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

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

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