#54254F

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

Shades of Loulou #54254F

Tints of Loulou #54254F

Color information

#54254F (or 0x54254F) is unknown color: approx Loulou. HEX triplet: 54, 25 and 4F. RGB value is (84,37,79). Sum of RGB (Red+Green+Blue) = 84+37+79=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #54254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54254F is #ABDAB0. Grayscale: #373737. Windows color (decimal): -11262641 or 5186900. OLE color: 5186900.

HSL color Cylindrical-coordinate representation of color #54254F: hue angle of 306.38º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54254F is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB843779-
CMYK00.560.060.67
HSL306.38º38.84%23.73%-
HSV(B)306.38º55.95%32.94%-
XYZ5.733.777.82-
YUV55.84141.07148.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 79 (31.25% from 255) = 39.5%
R=42%
G=18.5%
B=39.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84377900.560.060.67306.3838.8423.73
Hex54254F0386431322718
Octal1244511707061034624730
Binary101010010010110011110111000110100001110011001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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