Html Css Color HEX #511D4D Loulou

📋 copy color: '#511D4D'

red 81 ◦ green 29 ◦ blue 77

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

Shades of Loulou #511D4D

Tints of Loulou #511D4D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.51%

 BLUE value IS 77 (30.47% from 255) = 41.18%

R = 43.32%
G = 15.51%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#511D4D (or 0x511D4D) is known color: Loulou. HEX triplet: 51, 1D and 4D. RGB value is (81,29,77). Sum of RGB (Red+Green+Blue) = 81+29+77=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #511D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511D4D is #AEE2B2. Grayscale: #313131. Windows color (decimal): -11461299 or 5053777. OLE color: 5053777.

HSL color Cylindrical-coordinate representation of color #511D4D: hue angle of 304.62º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #511D4D is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 29 77 -
CMYK 0 0.64 0.05 0.68
HSL 304.62º 0.47% 0.22% -
HSV(B) 304.62º 0.64% 0.32% -
XYZ 5.17 3.16 7.36 -
YUV 50.02 143.23 150.1 -
System Red Green Blue C M Y K H S L
Decimal 81 29 77 0 0.64 0.05 0.68 304.62 0.47 0.22
Hex 51 1D 4D 0 40 5 44 131 2F 16
Octal 121 35 115 0 100 5 104 461 57 26
Binary 1010001 11101 1001101 0 1000000 101 1000100 100110001 101111 10110

Color Harmonies of #511D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D4D

Black with #511D4D

Text Example


Text Example

White with #511D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,29,77); }

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

background-color css

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

 a { background-color: rgb(81,29,77); }

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

border-color css

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

 span { border-color: rgb(81,29,77); }

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