Html Css Color HEX #541648 Loulou

📋 copy color: '#541648'

red 84 ◦ green 22 ◦ blue 72

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

Shades of Loulou #541648

Tints of Loulou #541648

RGB

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

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

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

R = 47.19%
G = 12.36%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#541648 (or 0x541648) is known color: Loulou. HEX triplet: 54, 16 and 48. RGB value is (84,22,72). Sum of RGB (Red+Green+Blue) = 84+22+72=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #541648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541648 is #ABE9B7. Grayscale: #2E2E2E. Windows color (decimal): -11266488 or 4724308. OLE color: 4724308.

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

Color convert

RGB 84 22 72 -
CMYK 0 0.74 0.14 0.67
HSL 311.61º 0.58% 0.21% -
HSV(B) 311.61º 0.74% 0.33% -
XYZ 5.11 2.93 6.43 -
YUV 46.24 142.54 154.93 -
System Red Green Blue C M Y K H S L
Decimal 84 22 72 0 0.74 0.14 0.67 311.61 0.58 0.21
Hex 54 16 48 0 4A E 43 138 3A 15
Octal 124 26 110 0 112 16 103 470 72 25
Binary 1010100 10110 1001000 0 1001010 1110 1000011 100111000 111010 10101

Color Harmonies of #541648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541648

Black with #541648

Text Example


Text Example

White with #541648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541648; }

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

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

background-color css

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

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

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

border-color css

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

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

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