Html Css Color HEX #541F48 Loulou

📋 copy color: '#541F48'

red 84 ◦ green 31 ◦ blue 72

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

Shades of Loulou #541F48

Tints of Loulou #541F48

RGB

 RED value IS 84 (33.2% from 255) = 44.92%

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

 BLUE value IS 72 (28.52% from 255) = 38.5%

R = 44.92%
G = 16.58%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#541F48 (or 0x541F48) is known color: Loulou. HEX triplet: 54, 1F and 48. RGB value is (84,31,72). Sum of RGB (Red+Green+Blue) = 84+31+72=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #541F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F48 is #ABE0B7. Grayscale: #333333. Windows color (decimal): -11264184 or 4726612. OLE color: 4726612.

HSL color Cylindrical-coordinate representation of color #541F48: hue angle of 313.58º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #541F48 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 31 72 -
CMYK 0 0.63 0.14 0.67
HSL 313.58º 0.46% 0.23% -
HSV(B) 313.58º 0.63% 0.33% -
XYZ 5.32 3.33 6.49 -
YUV 51.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 84 31 72 0 0.63 0.14 0.67 313.58 0.46 0.23
Hex 54 1F 48 0 3F E 43 13A 2E 17
Octal 124 37 110 0 77 16 103 472 56 27
Binary 1010100 11111 1001000 0 111111 1110 1000011 100111010 101110 10111

Color Harmonies of #541F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541F48

Black with #541F48

Text Example


Text Example

White with #541F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541F48; }

 p { color: rgb(84,31,72); }

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

background-color css

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

 a { background-color: rgb(84,31,72); }

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

border-color css

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

 span { border-color: rgb(84,31,72); }

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