Html Css Color HEX #541249 Loulou

📋 copy color: '#541249'

red 84 ◦ green 18 ◦ blue 73

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

Shades of Loulou #541249

Tints of Loulou #541249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.29%

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

R = 48%
G = 10.29%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#541249 (or 0x541249) is known color: Loulou. HEX triplet: 54, 12 and 49. RGB value is (84,18,73). Sum of RGB (Red+Green+Blue) = 84+18+73=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #541249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541249 is #ABEDB6. Grayscale: #2B2B2B. Windows color (decimal): -11267511 or 4788820. OLE color: 4788820.

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

Color convert

RGB 84 18 73 -
CMYK 0 0.79 0.13 0.67
HSL 310º 0.65% 0.2% -
HSV(B) 310º 0.79% 0.33% -
XYZ 5.08 2.8 6.58 -
YUV 44 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 84 18 73 0 0.79 0.13 0.67 310 0.65 0.2
Hex 54 12 49 0 4F D 43 136 41 14
Octal 124 22 111 0 117 15 103 466 101 24
Binary 1010100 10010 1001001 0 1001111 1101 1000011 100110110 1000001 10100

Color Harmonies of #541249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541249

Black with #541249

Text Example


Text Example

White with #541249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541249; }

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

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

background-color css

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

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

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

border-color css

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

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

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