Html Css Color HEX #511E4A Loulou

📋 copy color: '#511E4A'

red 81 ◦ green 30 ◦ blue 74

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

Shades of Loulou #511E4A

Tints of Loulou #511E4A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.22%

 BLUE value IS 74 (29.3% from 255) = 40%

R = 43.78%
G = 16.22%
B = 40%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#511E4A (or 0x511E4A) is known color: Loulou. HEX triplet: 51, 1E and 4A. RGB value is (81,30,74). Sum of RGB (Red+Green+Blue) = 81+30+74=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #511E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E4A is #AEE1B5. Grayscale: #323232. Windows color (decimal): -11461046 or 4857425. OLE color: 4857425.

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

Color convert

RGB 81 30 74 -
CMYK 0 0.63 0.09 0.68
HSL 308.24º 0.46% 0.22% -
HSV(B) 308.24º 0.63% 0.32% -
XYZ 5.09 3.17 6.82 -
YUV 50.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 81 30 74 0 0.63 0.09 0.68 308.24 0.46 0.22
Hex 51 1E 4A 0 3F 9 44 134 2E 16
Octal 121 36 112 0 77 11 104 464 56 26
Binary 1010001 11110 1001010 0 111111 1001 1000100 100110100 101110 10110

Color Harmonies of #511E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E4A

Black with #511E4A

Text Example


Text Example

White with #511E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,30,74); }

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

background-color css

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

 a { background-color: rgb(81,30,74); }

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

border-color css

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

 span { border-color: rgb(81,30,74); }

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