#54314A

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

Shades of Loulou #54314A

Tints of Loulou #54314A

Color information

#54314A (or 0x54314A) is unknown color: approx Loulou. HEX triplet: 54, 31 and 4A. RGB value is (84,49,74). Sum of RGB (Red+Green+Blue) = 84+49+74=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 84 - color contains mainly: red. Hex color #54314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54314A is #ABCEB5. Grayscale: #3E3E3E. Windows color (decimal): -11259574 or 4862292. OLE color: 4862292.

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

Color convert

RGB844974-
CMYK00.420.120.67
HSL317.14º26.32%26.08%-
HSV(B)317.14º41.67%32.94%-
XYZ5.994.587.05-
YUV62.32134.6143.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.58%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=40.58%
G=23.67%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84497400.420.120.67317.1426.3226.08
Hex54314A02AC4313d1a1a
Octal12461112052141034753232
Binary101010011000110010100101010110010000111001111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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