Html Css Color HEX #541449 Loulou

📋 copy color: '#541449'

red 84 ◦ green 20 ◦ blue 73

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

Shades of Loulou #541449

Tints of Loulou #541449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.3%

 BLUE value IS 73 (28.91% from 255) = 41.24%

R = 47.46%
G = 11.3%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#541449 (or 0x541449) is known color: Loulou. HEX triplet: 54, 14 and 49. RGB value is (84,20,73). Sum of RGB (Red+Green+Blue) = 84+20+73=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #541449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541449 is #ABEBB6. Grayscale: #2D2D2D. Windows color (decimal): -11266999 or 4789332. OLE color: 4789332.

HSL color Cylindrical-coordinate representation of color #541449: hue angle of 310.31º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #541449 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 20 73 -
CMYK 0 0.76 0.13 0.67
HSL 310.31º 0.62% 0.2% -
HSV(B) 310.31º 0.76% 0.33% -
XYZ 5.11 2.87 6.59 -
YUV 45.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 84 20 73 0 0.76 0.13 0.67 310.31 0.62 0.2
Hex 54 14 49 0 4C D 43 136 3E 14
Octal 124 24 111 0 114 15 103 466 76 24
Binary 1010100 10100 1001001 0 1001100 1101 1000011 100110110 111110 10100

Color Harmonies of #541449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541449

Black with #541449

Text Example


Text Example

White with #541449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541449; }

 p { color: rgb(84,20,73); }

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

background-color css

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

 a { background-color: rgb(84,20,73); }

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

border-color css

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

 span { border-color: rgb(84,20,73); }

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