Html Css Color HEX #54364A Loulou

📋 copy color: '#54364A'

red 84 ◦ green 54 ◦ blue 74

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

Shades of Loulou #54364A

Tints of Loulou #54364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.47%

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

R = 39.62%
G = 25.47%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#54364A (or 0x54364A) is known color: Loulou. HEX triplet: 54, 36 and 4A. RGB value is (84,54,74). Sum of RGB (Red+Green+Blue) = 84+54+74=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 84 - color contains mainly: red. Hex color #54364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54364A is #ABC9B5. Grayscale: #414141. Windows color (decimal): -11258294 or 4863572. OLE color: 4863572.

HSL color Cylindrical-coordinate representation of color #54364A: hue angle of 320º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #54364A is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 54 74 -
CMYK 0 0.36 0.12 0.67
HSL 320º 0.22% 0.27% -
HSV(B) 320º 0.36% 0.33% -
XYZ 6.21 5.02 7.12 -
YUV 65.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 84 54 74 0 0.36 0.12 0.67 320 0.22 0.27
Hex 54 36 4A 0 24 C 43 140 16 1B
Octal 124 66 112 0 44 14 103 500 26 33
Binary 1010100 110110 1001010 0 100100 1100 1000011 101000000 10110 11011

Color Harmonies of #54364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54364A

Black with #54364A

Text Example


Text Example

White with #54364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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