Html Css Color HEX #54324C Loulou

📋 copy color: '#54324C'

red 84 ◦ green 50 ◦ blue 76

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

Shades of Loulou #54324C

Tints of Loulou #54324C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.81%

 BLUE value IS 76 (30.08% from 255) = 36.19%

R = 40%
G = 23.81%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#54324C (or 0x54324C) is known color: Loulou. HEX triplet: 54, 32 and 4C. RGB value is (84,50,76). Sum of RGB (Red+Green+Blue) = 84+50+76=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 84 - color contains mainly: red. Hex color #54324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54324C is #ABCDB3. Grayscale: #3F3F3F. Windows color (decimal): -11259316 or 4993620. OLE color: 4993620.

HSL color Cylindrical-coordinate representation of color #54324C: hue angle of 314.12º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54324C is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 50 76 -
CMYK 0 0.40 0.10 0.67
HSL 314.12º 0.25% 0.26% -
HSV(B) 314.12º 0.4% 0.33% -
XYZ 6.1 4.69 7.42 -
YUV 63.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 84 50 76 0 0.40 0.10 0.67 314.12 0.25 0.26
Hex 54 32 4C 0 28 A 43 13A 19 1A
Octal 124 62 114 0 50 12 103 472 31 32
Binary 1010100 110010 1001100 0 101000 1010 1000011 100111010 11001 11010

Color Harmonies of #54324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54324C

Black with #54324C

Text Example


Text Example

White with #54324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54324C; }

 p { color: rgb(84,50,76); }

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

background-color css

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

 a { background-color: rgb(84,50,76); }

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

border-color css

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

 span { border-color: rgb(84,50,76); }

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