Html Css Color HEX #54324A Loulou

📋 copy color: '#54324A'

red 84 ◦ green 50 ◦ blue 74

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

Shades of Loulou #54324A

Tints of Loulou #54324A

RGB

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

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

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

R = 40.38%
G = 24.04%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#54324A (or 0x54324A) is known color: Loulou. HEX triplet: 54, 32 and 4A. RGB value is (84,50,74). Sum of RGB (Red+Green+Blue) = 84+50+74=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 84 - color contains mainly: red. Hex color #54324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54324A is #ABCDB5. Grayscale: #3E3E3E. Windows color (decimal): -11259318 or 4862548. OLE color: 4862548.

HSL color Cylindrical-coordinate representation of color #54324A: hue angle of 317.65º 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 #54324A is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 50 74 -
CMYK 0 0.40 0.12 0.67
HSL 317.65º 0.25% 0.26% -
HSV(B) 317.65º 0.4% 0.33% -
XYZ 6.03 4.66 7.06 -
YUV 62.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 84 50 74 0 0.40 0.12 0.67 317.65 0.25 0.26
Hex 54 32 4A 0 28 C 43 13E 19 1A
Octal 124 62 112 0 50 14 103 476 31 32
Binary 1010100 110010 1001010 0 101000 1100 1000011 100111110 11001 11010

Color Harmonies of #54324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54324A

Black with #54324A

Text Example


Text Example

White with #54324A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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