Html Css Color HEX #511048 Loulou

📋 copy color: '#511048'

red 81 ◦ green 16 ◦ blue 72

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

Shades of Loulou #511048

Tints of Loulou #511048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

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

R = 47.93%
G = 9.47%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#511048 (or 0x511048) is known color: Loulou. HEX triplet: 51, 10 and 48. RGB value is (81,16,72). Sum of RGB (Red+Green+Blue) = 81+16+72=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #511048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511048 is #AEEFB7. Grayscale: #292929. Windows color (decimal): -11464632 or 4722769. OLE color: 4722769.

HSL color Cylindrical-coordinate representation of color #511048: hue angle of 308.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511048 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 16 72 -
CMYK 0 0.80 0.11 0.68
HSL 308.31º 0.67% 0.19% -
HSV(B) 308.31º 0.8% 0.32% -
XYZ 4.75 2.59 6.38 -
YUV 41.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 81 16 72 0 0.80 0.11 0.68 308.31 0.67 0.19
Hex 51 10 48 0 50 B 44 134 43 13
Octal 121 20 110 0 120 13 104 464 103 23
Binary 1010001 10000 1001000 0 1010000 1011 1000100 100110100 1000011 10011

Color Harmonies of #511048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511048

Black with #511048

Text Example


Text Example

White with #511048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511048; }

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

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

background-color css

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

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

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

border-color css

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

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

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