#54314F

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

Shades of Loulou #54314F

Tints of Loulou #54314F

Color information

#54314F (or 0x54314F) is unknown color: approx Loulou. HEX triplet: 54, 31 and 4F. RGB value is (84,49,79). Sum of RGB (Red+Green+Blue) = 84+49+79=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 84 - color contains mainly: red. Hex color #54314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54314F is #ABCEB0. Grayscale: #3E3E3E. Windows color (decimal): -11259569 or 5189972. OLE color: 5189972.

HSL color Cylindrical-coordinate representation of color #54314F: hue angle of 308.57º 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 #54314F is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB844979-
CMYK00.420.060.67
HSL308.57º26.32%26.08%-
HSV(B)308.57º41.67%32.94%-
XYZ6.174.657.97-
YUV62.88137.1143.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.62%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=39.62%
G=23.11%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84497900.420.060.67308.5726.3226.08
Hex54314F02A6431351a1a
Octal1246111705261034653232
Binary10101001100011001111010101011010000111001101011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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