#54304D

Color #54304D Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #54304D

Tints of Loulou #54304D

Color information

#54304D (or 0x54304D) is unknown color: approx Loulou. HEX triplet: 54, 30 and 4D. RGB value is (84,48,77). Sum of RGB (Red+Green+Blue) = 84+48+77=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 84 - color contains mainly: red. Hex color #54304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54304D is #ABCFB2. Grayscale: #3D3D3D. Windows color (decimal): -11259827 or 5058644. OLE color: 5058644.

HSL color Cylindrical-coordinate representation of color #54304D: hue angle of 311.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #54304D is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB844877-
CMYK00.430.080.67
HSL311.67º27.27%25.88%-
HSV(B)311.67º42.86%32.94%-
XYZ6.054.537.58-
YUV62.07136.43143.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=40.19%
G=22.97%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84487700.430.080.67311.6727.2725.88
Hex54304D02B8431381b1a
Octal12460115053101034703332
Binary101010011000010011010101011100010000111001110001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54304D; }

 p { color: rgb(84,48,77); }

 H1.HeaderClassName
 {
   color: #54304D;
 }
 .AnyTagClassName
 {
   color: #54304D;
 }
</style>
background-color css

<style>
 a { background-color: #54304D; }

 a { background-color: rgb(84,48,77); }

 div.DivClassName
 {
   background-color: #54304D;
 }
 .BgClassName
 {
   background-color: #54304D;
 }
</style>
border-color css

<style>
 span { border-color: #54304D; }

 span { border-color: rgb(84,48,77); }

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