Html Css Color HEX #511C47 Loulou

📋 copy color: '#511C47'

red 81 ◦ green 28 ◦ blue 71

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

Shades of Loulou #511C47

Tints of Loulou #511C47

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.56%

 BLUE value IS 71 (28.13% from 255) = 39.44%

R = 45%
G = 15.56%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#511C47 (or 0x511C47) is known color: Loulou. HEX triplet: 51, 1C and 47. RGB value is (81,28,71). Sum of RGB (Red+Green+Blue) = 81+28+71=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #511C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C47 is #AEE3B8. Grayscale: #303030. Windows color (decimal): -11461561 or 4660305. OLE color: 4660305.

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

Color convert

RGB 81 28 71 -
CMYK 0 0.65 0.12 0.68
HSL 311.32º 0.49% 0.21% -
HSV(B) 311.32º 0.65% 0.32% -
XYZ 4.95 3.03 6.29 -
YUV 48.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 81 28 71 0 0.65 0.12 0.68 311.32 0.49 0.21
Hex 51 1C 47 0 41 C 44 137 31 15
Octal 121 34 107 0 101 14 104 467 61 25
Binary 1010001 11100 1000111 0 1000001 1100 1000100 100110111 110001 10101

Color Harmonies of #511C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511C47

Black with #511C47

Text Example


Text Example

White with #511C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,28,71); }

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

background-color css

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

 a { background-color: rgb(81,28,71); }

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

border-color css

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

 span { border-color: rgb(81,28,71); }

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