Html Css Color HEX #511F4C Loulou

📋 copy color: '#511F4C'

red 81 ◦ green 31 ◦ blue 76

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

Shades of Loulou #511F4C

Tints of Loulou #511F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40.43%

R = 43.09%
G = 16.49%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#511F4C (or 0x511F4C) is known color: Loulou. HEX triplet: 51, 1F and 4C. RGB value is (81,31,76). Sum of RGB (Red+Green+Blue) = 81+31+76=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #511F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F4C is #AEE0B3. Grayscale: #323232. Windows color (decimal): -11460788 or 4988753. OLE color: 4988753.

HSL color Cylindrical-coordinate representation of color #511F4C: hue angle of 306º 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 #511F4C is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 31 76 -
CMYK 0 0.62 0.06 0.68
HSL 306º 0.45% 0.22% -
HSV(B) 306º 0.62% 0.32% -
XYZ 5.19 3.25 7.19 -
YUV 51.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 81 31 76 0 0.62 0.06 0.68 306 0.45 0.22
Hex 51 1F 4C 0 3E 6 44 132 2D 16
Octal 121 37 114 0 76 6 104 462 55 26
Binary 1010001 11111 1001100 0 111110 110 1000100 100110010 101101 10110

Color Harmonies of #511F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F4C

Black with #511F4C

Text Example


Text Example

White with #511F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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