Html Css Color HEX #511746 Loulou

📋 copy color: '#511746'

red 81 ◦ green 23 ◦ blue 70

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

Shades of Loulou #511746

Tints of Loulou #511746

RGB

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

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

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

R = 46.55%
G = 13.22%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#511746 (or 0x511746) is known color: Loulou. HEX triplet: 51, 17 and 46. RGB value is (81,23,70). Sum of RGB (Red+Green+Blue) = 81+23+70=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #511746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511746 is #AEE8B9. Grayscale: #2D2D2D. Windows color (decimal): -11462842 or 4593489. OLE color: 4593489.

HSL color Cylindrical-coordinate representation of color #511746: hue angle of 311.38º 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 #511746 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 23 70 -
CMYK 0 0.72 0.14 0.68
HSL 311.38º 0.56% 0.2% -
HSV(B) 311.38º 0.72% 0.32% -
XYZ 4.81 2.8 6.08 -
YUV 45.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 81 23 70 0 0.72 0.14 0.68 311.38 0.56 0.2
Hex 51 17 46 0 48 E 44 137 38 14
Octal 121 27 106 0 110 16 104 467 70 24
Binary 1010001 10111 1000110 0 1001000 1110 1000100 100110111 111000 10100

Color Harmonies of #511746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511746

Black with #511746

Text Example


Text Example

White with #511746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511746; }

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

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

background-color css

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

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

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

border-color css

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

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

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