Html Css Color HEX #54354B Loulou

📋 copy color: '#54354B'

red 84 ◦ green 53 ◦ blue 75

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

Shades of Loulou #54354B

Tints of Loulou #54354B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25%

 BLUE value IS 75 (29.69% from 255) = 35.38%

R = 39.62%
G = 25%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#54354B (or 0x54354B) is known color: Loulou. HEX triplet: 54, 35 and 4B. RGB value is (84,53,75). Sum of RGB (Red+Green+Blue) = 84+53+75=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 84 - color contains mainly: red. Hex color #54354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54354B is #ABCAB4. Grayscale: #404040. Windows color (decimal): -11258549 or 4928852. OLE color: 4928852.

HSL color Cylindrical-coordinate representation of color #54354B: hue angle of 317.42º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54354B is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 53 75 -
CMYK 0 0.37 0.11 0.67
HSL 317.42º 0.23% 0.27% -
HSV(B) 317.42º 0.37% 0.33% -
XYZ 6.2 4.94 7.28 -
YUV 64.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 84 53 75 0 0.37 0.11 0.67 317.42 0.23 0.27
Hex 54 35 4B 0 25 B 43 13D 17 1B
Octal 124 65 113 0 45 13 103 475 27 33
Binary 1010100 110101 1001011 0 100101 1011 1000011 100111101 10111 11011

Color Harmonies of #54354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54354B

Black with #54354B

Text Example


Text Example

White with #54354B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54354B; }

 p { color: rgb(84,53,75); }

 H1.HeaderClassName
 {
   color: #54354B;
 }
 .AnyTagClassName
 {
   color: #54354B;
 }
</style>

background-color css

<style>
 a { background-color: #54354B; }

 a { background-color: rgb(84,53,75); }

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

border-color css

<style>
 span { border-color: #54354B; }

 span { border-color: rgb(84,53,75); }

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