Html Css Color HEX #511B47 Loulou

📋 copy color: '#511B47'

red 81 ◦ green 27 ◦ blue 71

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

Shades of Loulou #511B47

Tints of Loulou #511B47

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.08%

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

R = 45.25%
G = 15.08%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#511B47 (or 0x511B47) is known color: Loulou. HEX triplet: 51, 1B and 47. RGB value is (81,27,71). Sum of RGB (Red+Green+Blue) = 81+27+71=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #511B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B47 is #AEE4B8. Grayscale: #303030. Windows color (decimal): -11461817 or 4660049. OLE color: 4660049.

HSL color Cylindrical-coordinate representation of color #511B47: hue angle of 311.11º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #511B47 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 27 71 -
CMYK 0 0.67 0.12 0.68
HSL 311.11º 0.5% 0.21% -
HSV(B) 311.11º 0.67% 0.32% -
XYZ 4.92 2.99 6.28 -
YUV 48.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 81 27 71 0 0.67 0.12 0.68 311.11 0.5 0.21
Hex 51 1B 47 0 43 C 44 137 32 15
Octal 121 33 107 0 103 14 104 467 62 25
Binary 1010001 11011 1000111 0 1000011 1100 1000100 100110111 110010 10101

Color Harmonies of #511B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B47

Black with #511B47

Text Example


Text Example

White with #511B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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