Html Css Color HEX #511147 Loulou

📋 copy color: '#511147'

red 81 ◦ green 17 ◦ blue 71

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

Shades of Loulou #511147

Tints of Loulou #511147

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.06%

 BLUE value IS 71 (28.13% from 255) = 42.01%

R = 47.93%
G = 10.06%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#511147 (or 0x511147) is known color: Loulou. HEX triplet: 51, 11 and 47. RGB value is (81,17,71). Sum of RGB (Red+Green+Blue) = 81+17+71=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #511147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511147 is #AEEEB8. Grayscale: #2A2A2A. Windows color (decimal): -11464377 or 4657489. OLE color: 4657489.

HSL color Cylindrical-coordinate representation of color #511147: hue angle of 309.38º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511147 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 17 71 -
CMYK 0 0.79 0.12 0.68
HSL 309.38º 0.65% 0.19% -
HSV(B) 309.38º 0.79% 0.32% -
XYZ 4.73 2.61 6.21 -
YUV 42.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 81 17 71 0 0.79 0.12 0.68 309.38 0.65 0.19
Hex 51 11 47 0 4F C 44 135 41 13
Octal 121 21 107 0 117 14 104 465 101 23
Binary 1010001 10001 1000111 0 1001111 1100 1000100 100110101 1000001 10011

Color Harmonies of #511147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511147

Black with #511147

Text Example


Text Example

White with #511147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511147; }

 p { color: rgb(81,17,71); }

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

background-color css

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

 a { background-color: rgb(81,17,71); }

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

border-color css

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

 span { border-color: rgb(81,17,71); }

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