Html Css Color HEX #541B4A Loulou

📋 copy color: '#541B4A'

red 84 ◦ green 27 ◦ blue 74

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

Shades of Loulou #541B4A

Tints of Loulou #541B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.59%

 BLUE value IS 74 (29.3% from 255) = 40%

R = 45.41%
G = 14.59%
B = 40%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#541B4A (or 0x541B4A) is known color: Loulou. HEX triplet: 54, 1B and 4A. RGB value is (84,27,74). Sum of RGB (Red+Green+Blue) = 84+27+74=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #541B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B4A is #ABE4B5. Grayscale: #313131. Windows color (decimal): -11265206 or 4856660. OLE color: 4856660.

HSL color Cylindrical-coordinate representation of color #541B4A: hue angle of 310.53º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #541B4A is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 27 74 -
CMYK 0 0.68 0.12 0.67
HSL 310.53º 0.51% 0.22% -
HSV(B) 310.53º 0.68% 0.33% -
XYZ 5.28 3.16 6.81 -
YUV 49.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 84 27 74 0 0.68 0.12 0.67 310.53 0.51 0.22
Hex 54 1B 4A 0 44 C 43 137 33 16
Octal 124 33 112 0 104 14 103 467 63 26
Binary 1010100 11011 1001010 0 1000100 1100 1000011 100110111 110011 10110

Color Harmonies of #541B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541B4A

Black with #541B4A

Text Example


Text Example

White with #541B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,27,74); }

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

background-color css

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

 a { background-color: rgb(84,27,74); }

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

border-color css

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

 span { border-color: rgb(84,27,74); }

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