Html Css Color HEX #511446 Loulou

📋 copy color: '#511446'

red 81 ◦ green 20 ◦ blue 70

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

Shades of Loulou #511446

Tints of Loulou #511446

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.7%

 BLUE value IS 70 (27.73% from 255) = 40.94%

R = 47.37%
G = 11.7%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#511446 (or 0x511446) is known color: Loulou. HEX triplet: 51, 14 and 46. RGB value is (81,20,70). Sum of RGB (Red+Green+Blue) = 81+20+70=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #511446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511446 is #AEEBB9. Grayscale: #2B2B2B. Windows color (decimal): -11463610 or 4592721. OLE color: 4592721.

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

Color convert

RGB 81 20 70 -
CMYK 0 0.75 0.14 0.68
HSL 310.82º 0.6% 0.2% -
HSV(B) 310.82º 0.75% 0.32% -
XYZ 4.75 2.69 6.06 -
YUV 43.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 81 20 70 0 0.75 0.14 0.68 310.82 0.6 0.2
Hex 51 14 46 0 4B E 44 137 3C 14
Octal 121 24 106 0 113 16 104 467 74 24
Binary 1010001 10100 1000110 0 1001011 1110 1000100 100110111 111100 10100

Color Harmonies of #511446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511446

Black with #511446

Text Example


Text Example

White with #511446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511446; }

 p { color: rgb(81,20,70); }

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

background-color css

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

 a { background-color: rgb(81,20,70); }

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

border-color css

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

 span { border-color: rgb(81,20,70); }

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