#54244D

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

Shades of Loulou #54244D

Tints of Loulou #54244D

Color information

#54244D (or 0x54244D) is unknown color: approx Loulou. HEX triplet: 54, 24 and 4D. RGB value is (84,36,77). Sum of RGB (Red+Green+Blue) = 84+36+77=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #54244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54244D is #ABDBB2. Grayscale: #363636. Windows color (decimal): -11262899 or 5055572. OLE color: 5055572.

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

Color convert

RGB843677-
CMYK00.570.080.67
HSL308.75º40%23.53%-
HSV(B)308.75º57.14%32.94%-
XYZ5.633.687.44-
YUV55.03140.4148.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 36 (14.45% from 255) = 18.27%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=42.64%
G=18.27%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84367700.570.080.67308.754023.53
Hex54244D0398431352818
Octal12444115071101034655030
Binary1010100100100100110101110011000100001110011010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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