Html Css Color HEX #511346 Loulou

📋 copy color: '#511346'

red 81 ◦ green 19 ◦ blue 70

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

Shades of Loulou #511346

Tints of Loulou #511346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.18%

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

R = 47.65%
G = 11.18%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#511346 (or 0x511346) is known color: Loulou. HEX triplet: 51, 13 and 46. RGB value is (81,19,70). Sum of RGB (Red+Green+Blue) = 81+19+70=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #511346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511346 is #AEECB9. Grayscale: #2B2B2B. Windows color (decimal): -11463866 or 4592465. OLE color: 4592465.

HSL color Cylindrical-coordinate representation of color #511346: hue angle of 310.65º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511346 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 19 70 -
CMYK 0 0.77 0.14 0.68
HSL 310.65º 0.62% 0.2% -
HSV(B) 310.65º 0.77% 0.32% -
XYZ 4.73 2.66 6.06 -
YUV 43.35 143.04 154.85 -
System Red Green Blue C M Y K H S L
Decimal 81 19 70 0 0.77 0.14 0.68 310.65 0.62 0.2
Hex 51 13 46 0 4D E 44 137 3E 14
Octal 121 23 106 0 115 16 104 467 76 24
Binary 1010001 10011 1000110 0 1001101 1110 1000100 100110111 111110 10100

Color Harmonies of #511346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511346

Black with #511346

Text Example


Text Example

White with #511346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511346; }

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

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

background-color css

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

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

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

border-color css

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

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

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