Html Css Color HEX #54344A Loulou

📋 copy color: '#54344A'

red 84 ◦ green 52 ◦ blue 74

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

Shades of Loulou #54344A

Tints of Loulou #54344A

RGB

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

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

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

R = 40%
G = 24.76%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#54344A (or 0x54344A) is known color: Loulou. HEX triplet: 54, 34 and 4A. RGB value is (84,52,74). Sum of RGB (Red+Green+Blue) = 84+52+74=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 84 - color contains mainly: red. Hex color #54344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54344A is #ABCBB5. Grayscale: #404040. Windows color (decimal): -11258806 or 4863060. OLE color: 4863060.

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

Color convert

RGB 84 52 74 -
CMYK 0 0.38 0.12 0.67
HSL 318.75º 0.24% 0.27% -
HSV(B) 318.75º 0.38% 0.33% -
XYZ 6.12 4.84 7.09 -
YUV 64.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 84 52 74 0 0.38 0.12 0.67 318.75 0.24 0.27
Hex 54 34 4A 0 26 C 43 13F 18 1B
Octal 124 64 112 0 46 14 103 477 30 33
Binary 1010100 110100 1001010 0 100110 1100 1000011 100111111 11000 11011

Color Harmonies of #54344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54344A

Black with #54344A

Text Example


Text Example

White with #54344A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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