Html Css Color HEX #511949 Loulou

📋 copy color: '#511949'

red 81 ◦ green 25 ◦ blue 73

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

Shades of Loulou #511949

Tints of Loulou #511949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.97%

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

R = 45.25%
G = 13.97%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#511949 (or 0x511949) is known color: Loulou. HEX triplet: 51, 19 and 49. RGB value is (81,25,73). Sum of RGB (Red+Green+Blue) = 81+25+73=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #511949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511949 is #AEE6B6. Grayscale: #2F2F2F. Windows color (decimal): -11462327 or 4790609. OLE color: 4790609.

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

Color convert

RGB 81 25 73 -
CMYK 0 0.69 0.10 0.68
HSL 308.57º 0.53% 0.21% -
HSV(B) 308.57º 0.69% 0.32% -
XYZ 4.94 2.93 6.61 -
YUV 47.22 142.55 152.1 -
System Red Green Blue C M Y K H S L
Decimal 81 25 73 0 0.69 0.10 0.68 308.57 0.53 0.21
Hex 51 19 49 0 45 A 44 135 35 15
Octal 121 31 111 0 105 12 104 465 65 25
Binary 1010001 11001 1001001 0 1000101 1010 1000100 100110101 110101 10101

Color Harmonies of #511949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511949

Black with #511949

Text Example


Text Example

White with #511949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511949; }

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

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

background-color css

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

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

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

border-color css

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

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

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