Html Css Color HEX #541649 Loulou

📋 copy color: '#541649'

red 84 ◦ green 22 ◦ blue 73

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

Shades of Loulou #541649

Tints of Loulou #541649

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.29%

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

R = 46.93%
G = 12.29%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#541649 (or 0x541649) is known color: Loulou. HEX triplet: 54, 16 and 49. RGB value is (84,22,73). Sum of RGB (Red+Green+Blue) = 84+22+73=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #541649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541649 is #ABE9B6. Grayscale: #2E2E2E. Windows color (decimal): -11266487 or 4789844. OLE color: 4789844.

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

Color convert

RGB 84 22 73 -
CMYK 0 0.74 0.13 0.67
HSL 310.65º 0.58% 0.21% -
HSV(B) 310.65º 0.74% 0.33% -
XYZ 5.15 2.94 6.6 -
YUV 46.35 143.04 154.85 -
System Red Green Blue C M Y K H S L
Decimal 84 22 73 0 0.74 0.13 0.67 310.65 0.58 0.21
Hex 54 16 49 0 4A D 43 137 3A 15
Octal 124 26 111 0 112 15 103 467 72 25
Binary 1010100 10110 1001001 0 1001010 1101 1000011 100110111 111010 10101

Color Harmonies of #541649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541649

Black with #541649

Text Example


Text Example

White with #541649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541649; }

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

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

background-color css

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

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

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

border-color css

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

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

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