Html Css Color HEX #54344C Loulou

📋 copy color: '#54344C'

red 84 ◦ green 52 ◦ blue 76

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

Shades of Loulou #54344C

Tints of Loulou #54344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.53%

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

R = 39.62%
G = 24.53%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#54344C (or 0x54344C) is known color: Loulou. HEX triplet: 54, 34 and 4C. RGB value is (84,52,76). Sum of RGB (Red+Green+Blue) = 84+52+76=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 84 - color contains mainly: red. Hex color #54344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54344C is #ABCBB3. Grayscale: #404040. Windows color (decimal): -11258804 or 4994132. OLE color: 4994132.

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

Color convert

RGB 84 52 76 -
CMYK 0 0.38 0.10 0.67
HSL 315º 0.24% 0.27% -
HSV(B) 315º 0.38% 0.33% -
XYZ 6.19 4.86 7.45 -
YUV 64.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 84 52 76 0 0.38 0.10 0.67 315 0.24 0.27
Hex 54 34 4C 0 26 A 43 13B 18 1B
Octal 124 64 114 0 46 12 103 473 30 33
Binary 1010100 110100 1001100 0 100110 1010 1000011 100111011 11000 11011

Color Harmonies of #54344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54344C

Black with #54344C

Text Example


Text Example

White with #54344C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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