Html Css Color HEX #54384A Loulou

📋 copy color: '#54384A'

red 84 ◦ green 56 ◦ blue 74

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

Shades of Loulou #54384A

Tints of Loulou #54384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.17%

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

R = 39.25%
G = 26.17%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#54384A (or 0x54384A) is known color: Loulou. HEX triplet: 54, 38 and 4A. RGB value is (84,56,74). Sum of RGB (Red+Green+Blue) = 84+56+74=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 84 - color contains mainly: red. Hex color #54384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54384A is #ABC7B5. Grayscale: #424242. Windows color (decimal): -11257782 or 4864084. OLE color: 4864084.

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

Color convert

RGB 84 56 74 -
CMYK 0 0.33 0.12 0.67
HSL 321.43º 0.2% 0.27% -
HSV(B) 321.43º 0.33% 0.33% -
XYZ 6.31 5.21 7.15 -
YUV 66.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 84 56 74 0 0.33 0.12 0.67 321.43 0.2 0.27
Hex 54 38 4A 0 21 C 43 141 14 1B
Octal 124 70 112 0 41 14 103 501 24 33
Binary 1010100 111000 1001010 0 100001 1100 1000011 101000001 10100 11011

Color Harmonies of #54384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54384A

Black with #54384A

Text Example


Text Example

White with #54384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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