Html Css Color HEX #511F46 Loulou

📋 copy color: '#511F46'

red 81 ◦ green 31 ◦ blue 70

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

Shades of Loulou #511F46

Tints of Loulou #511F46

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.03%

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

R = 44.51%
G = 17.03%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#511F46 (or 0x511F46) is known color: Loulou. HEX triplet: 51, 1F and 46. RGB value is (81,31,70). Sum of RGB (Red+Green+Blue) = 81+31+70=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #511F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F46 is #AEE0B9. Grayscale: #323232. Windows color (decimal): -11460794 or 4595537. OLE color: 4595537.

HSL color Cylindrical-coordinate representation of color #511F46: hue angle of 313.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #511F46 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 31 70 -
CMYK 0 0.62 0.14 0.68
HSL 313.2º 0.45% 0.22% -
HSV(B) 313.2º 0.62% 0.32% -
XYZ 4.99 3.17 6.14 -
YUV 50.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 81 31 70 0 0.62 0.14 0.68 313.2 0.45 0.22
Hex 51 1F 46 0 3E E 44 139 2D 16
Octal 121 37 106 0 76 16 104 471 55 26
Binary 1010001 11111 1000110 0 111110 1110 1000100 100111001 101101 10110

Color Harmonies of #511F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F46

Black with #511F46

Text Example


Text Example

White with #511F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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