Html Css Color HEX #511247 Loulou

📋 copy color: '#511247'

red 81 ◦ green 18 ◦ blue 71

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

Shades of Loulou #511247

Tints of Loulou #511247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.59%

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

R = 47.65%
G = 10.59%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#511247 (or 0x511247) is known color: Loulou. HEX triplet: 51, 12 and 47. RGB value is (81,18,71). Sum of RGB (Red+Green+Blue) = 81+18+71=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #511247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511247 is #AEEDB8. Grayscale: #2A2A2A. Windows color (decimal): -11464121 or 4657745. OLE color: 4657745.

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

Color convert

RGB 81 18 71 -
CMYK 0 0.78 0.12 0.68
HSL 309.52º 0.64% 0.19% -
HSV(B) 309.52º 0.78% 0.32% -
XYZ 4.75 2.64 6.22 -
YUV 42.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 81 18 71 0 0.78 0.12 0.68 309.52 0.64 0.19
Hex 51 12 47 0 4E C 44 136 40 13
Octal 121 22 107 0 116 14 104 466 100 23
Binary 1010001 10010 1000111 0 1001110 1100 1000100 100110110 1000000 10011

Color Harmonies of #511247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511247

Black with #511247

Text Example


Text Example

White with #511247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511247; }

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

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

background-color css

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

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

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

border-color css

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

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

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