Html Css Color HEX #511748 Loulou

📋 copy color: '#511748'

red 81 ◦ green 23 ◦ blue 72

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

Shades of Loulou #511748

Tints of Loulou #511748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.07%

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

R = 46.02%
G = 13.07%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#511748 (or 0x511748) is known color: Loulou. HEX triplet: 51, 17 and 48. RGB value is (81,23,72). Sum of RGB (Red+Green+Blue) = 81+23+72=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #511748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511748 is #AEE8B7. Grayscale: #2D2D2D. Windows color (decimal): -11462840 or 4724561. OLE color: 4724561.

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

Color convert

RGB 81 23 72 -
CMYK 0 0.72 0.11 0.68
HSL 309.31º 0.56% 0.2% -
HSV(B) 309.31º 0.72% 0.32% -
XYZ 4.87 2.83 6.42 -
YUV 45.93 142.72 153.02 -
System Red Green Blue C M Y K H S L
Decimal 81 23 72 0 0.72 0.11 0.68 309.31 0.56 0.2
Hex 51 17 48 0 48 B 44 135 38 14
Octal 121 27 110 0 110 13 104 465 70 24
Binary 1010001 10111 1001000 0 1001000 1011 1000100 100110101 111000 10100

Color Harmonies of #511748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511748

Black with #511748

Text Example


Text Example

White with #511748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511748; }

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

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

background-color css

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

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

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

border-color css

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

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

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