#54244E

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

Shades of Loulou #54244E

Tints of Loulou #54244E

Color information

#54244E (or 0x54244E) is unknown color: approx Loulou. HEX triplet: 54, 24 and 4E. RGB value is (84,36,78). Sum of RGB (Red+Green+Blue) = 84+36+78=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #54244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54244E is #ABDBB1. Grayscale: #373737. Windows color (decimal): -11262898 or 5121108. OLE color: 5121108.

HSL color Cylindrical-coordinate representation of color #54244E: hue angle of 307.5º 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 #54244E is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB843678-
CMYK00.570.070.67
HSL307.5º40%23.53%-
HSV(B)307.5º57.14%32.94%-
XYZ5.663.77.62-
YUV55.14140.9148.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.42%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 78 (30.86% from 255) = 39.39%
R=42.42%
G=18.18%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84367800.570.070.67307.54023.53
Hex54244E0397431342818
Octal1244411607171034645030
Binary101010010010010011100111001111100001110011010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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