Html Css Color HEX #511646 Loulou

📋 copy color: '#511646'

red 81 ◦ green 22 ◦ blue 70

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

Shades of Loulou #511646

Tints of Loulou #511646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.72%

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

R = 46.82%
G = 12.72%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#511646 (or 0x511646) is known color: Loulou. HEX triplet: 51, 16 and 46. RGB value is (81,22,70). Sum of RGB (Red+Green+Blue) = 81+22+70=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #511646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511646 is #AEE9B9. Grayscale: #2C2C2C. Windows color (decimal): -11463098 or 4593233. OLE color: 4593233.

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

Color convert

RGB 81 22 70 -
CMYK 0 0.73 0.14 0.68
HSL 311.19º 0.57% 0.2% -
HSV(B) 311.19º 0.73% 0.32% -
XYZ 4.79 2.77 6.08 -
YUV 45.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 81 22 70 0 0.73 0.14 0.68 311.19 0.57 0.2
Hex 51 16 46 0 49 E 44 137 39 14
Octal 121 26 106 0 111 16 104 467 71 24
Binary 1010001 10110 1000110 0 1001001 1110 1000100 100110111 111001 10100

Color Harmonies of #511646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511646

Black with #511646

Text Example


Text Example

White with #511646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511646; }

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

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

background-color css

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

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

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

border-color css

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

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

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