Html Css Color HEX #511849 Loulou

📋 copy color: '#511849'

red 81 ◦ green 24 ◦ blue 73

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

Shades of Loulou #511849

Tints of Loulou #511849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.48%

 BLUE value IS 73 (28.91% from 255) = 41.01%

R = 45.51%
G = 13.48%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#511849 (or 0x511849) is known color: Loulou. HEX triplet: 51, 18 and 49. RGB value is (81,24,73). Sum of RGB (Red+Green+Blue) = 81+24+73=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #511849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511849 is #AEE7B6. Grayscale: #2E2E2E. Windows color (decimal): -11462583 or 4790353. OLE color: 4790353.

HSL color Cylindrical-coordinate representation of color #511849: hue angle of 308.42º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511849 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 24 73 -
CMYK 0 0.70 0.10 0.68
HSL 308.42º 0.54% 0.21% -
HSV(B) 308.42º 0.7% 0.32% -
XYZ 4.92 2.88 6.6 -
YUV 46.63 142.88 152.52 -
System Red Green Blue C M Y K H S L
Decimal 81 24 73 0 0.70 0.10 0.68 308.42 0.54 0.21
Hex 51 18 49 0 46 A 44 134 36 15
Octal 121 30 111 0 106 12 104 464 66 25
Binary 1010001 11000 1001001 0 1000110 1010 1000100 100110100 110110 10101

Color Harmonies of #511849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511849

Black with #511849

Text Example


Text Example

White with #511849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511849; }

 p { color: rgb(81,24,73); }

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

background-color css

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

 a { background-color: rgb(81,24,73); }

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

border-color css

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

 span { border-color: rgb(81,24,73); }

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