Html Css Color HEX #541446 Loulou

📋 copy color: '#541446'

red 84 ◦ green 20 ◦ blue 70

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

Shades of Loulou #541446

Tints of Loulou #541446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 40.23%

R = 48.28%
G = 11.49%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#541446 (or 0x541446) is known color: Loulou. HEX triplet: 54, 14 and 46. RGB value is (84,20,70). Sum of RGB (Red+Green+Blue) = 84+20+70=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #541446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541446 is #ABEBB9. Grayscale: #2C2C2C. Windows color (decimal): -11267002 or 4592724. OLE color: 4592724.

HSL color Cylindrical-coordinate representation of color #541446: hue angle of 313.12º 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 #541446 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 20 70 -
CMYK 0 0.76 0.17 0.67
HSL 313.13º 0.62% 0.2% -
HSV(B) 313.13º 0.76% 0.33% -
XYZ 5.01 2.83 6.08 -
YUV 44.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 84 20 70 0 0.76 0.17 0.67 313.13 0.62 0.2
Hex 54 14 46 0 4C 11 43 139 3E 14
Octal 124 24 106 0 114 21 103 471 76 24
Binary 1010100 10100 1000110 0 1001100 10001 1000011 100111001 111110 10100

Color Harmonies of #541446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541446

Black with #541446

Text Example


Text Example

White with #541446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541446; }

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

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

background-color css

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

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

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

border-color css

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

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

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