Html Css Color HEX #542448 Loulou

📋 copy color: '#542448'

red 84 ◦ green 36 ◦ blue 72

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

Shades of Loulou #542448

Tints of Loulou #542448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.75%

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

R = 43.75%
G = 18.75%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#542448 (or 0x542448) is known color: Loulou. HEX triplet: 54, 24 and 48. RGB value is (84,36,72). Sum of RGB (Red+Green+Blue) = 84+36+72=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #542448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542448 is #ABDBB7. Grayscale: #363636. Windows color (decimal): -11262904 or 4727892. OLE color: 4727892.

HSL color Cylindrical-coordinate representation of color #542448: hue angle of 315º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #542448 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 36 72 -
CMYK 0 0.57 0.14 0.67
HSL 315º 0.4% 0.24% -
HSV(B) 315º 0.57% 0.33% -
XYZ 5.46 3.61 6.54 -
YUV 54.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 84 36 72 0 0.57 0.14 0.67 315 0.4 0.24
Hex 54 24 48 0 39 E 43 13B 28 18
Octal 124 44 110 0 71 16 103 473 50 30
Binary 1010100 100100 1001000 0 111001 1110 1000011 100111011 101000 11000

Color Harmonies of #542448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542448

Black with #542448

Text Example


Text Example

White with #542448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542448; }

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

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

background-color css

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

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

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

border-color css

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

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

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