Html Css Color HEX #511B46 Loulou

📋 copy color: '#511B46'

red 81 ◦ green 27 ◦ blue 70

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

Shades of Loulou #511B46

Tints of Loulou #511B46

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.17%

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

R = 45.51%
G = 15.17%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#511B46 (or 0x511B46) is known color: Loulou. HEX triplet: 51, 1B and 46. RGB value is (81,27,70). Sum of RGB (Red+Green+Blue) = 81+27+70=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #511B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B46 is #AEE4B9. Grayscale: #2F2F2F. Windows color (decimal): -11461818 or 4594513. OLE color: 4594513.

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

Color convert

RGB 81 27 70 -
CMYK 0 0.67 0.14 0.68
HSL 312.22º 0.5% 0.21% -
HSV(B) 312.22º 0.67% 0.32% -
XYZ 4.89 2.98 6.11 -
YUV 48.05 140.39 151.5 -
System Red Green Blue C M Y K H S L
Decimal 81 27 70 0 0.67 0.14 0.68 312.22 0.5 0.21
Hex 51 1B 46 0 43 E 44 138 32 15
Octal 121 33 106 0 103 16 104 470 62 25
Binary 1010001 11011 1000110 0 1000011 1110 1000100 100111000 110010 10101

Color Harmonies of #511B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B46

Black with #511B46

Text Example


Text Example

White with #511B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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