Html Css Color HEX #511548 Loulou

📋 copy color: '#511548'

red 81 ◦ green 21 ◦ blue 72

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

Shades of Loulou #511548

Tints of Loulou #511548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

 BLUE value IS 72 (28.52% from 255) = 41.38%

R = 46.55%
G = 12.07%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#511548 (or 0x511548) is known color: Loulou. HEX triplet: 51, 15 and 48. RGB value is (81,21,72). Sum of RGB (Red+Green+Blue) = 81+21+72=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #511548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511548 is #AEEAB7. Grayscale: #2C2C2C. Windows color (decimal): -11463352 or 4724049. OLE color: 4724049.

HSL color Cylindrical-coordinate representation of color #511548: hue angle of 309º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #511548 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 21 72 -
CMYK 0 0.74 0.11 0.68
HSL 309º 0.59% 0.2% -
HSV(B) 309º 0.74% 0.32% -
XYZ 4.83 2.75 6.41 -
YUV 44.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 81 21 72 0 0.74 0.11 0.68 309 0.59 0.2
Hex 51 15 48 0 4A B 44 135 3B 14
Octal 121 25 110 0 112 13 104 465 73 24
Binary 1010001 10101 1001000 0 1001010 1011 1000100 100110101 111011 10100

Color Harmonies of #511548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511548

Black with #511548

Text Example


Text Example

White with #511548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511548; }

 p { color: rgb(81,21,72); }

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

background-color css

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

 a { background-color: rgb(81,21,72); }

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

border-color css

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

 span { border-color: rgb(81,21,72); }

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