#54264E

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

Shades of Loulou #54264E

Tints of Loulou #54264E

Color information

#54264E (or 0x54264E) is unknown color: approx Loulou. HEX triplet: 54, 26 and 4E. RGB value is (84,38,78). Sum of RGB (Red+Green+Blue) = 84+38+78=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #54264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54264E is #ABD9B1. Grayscale: #383838. Windows color (decimal): -11262386 or 5121620. OLE color: 5121620.

HSL color Cylindrical-coordinate representation of color #54264E: hue angle of 307.83º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54264E is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB843878-
CMYK00.550.070.67
HSL307.83º37.7%23.92%-
HSV(B)307.83º54.76%32.94%-
XYZ5.723.827.64-
YUV56.31140.24147.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42%
GREEN value IS 38 (15.23% from 255) = 19%
BLUE value IS 78 (30.86% from 255) = 39%
R=42%
G=19%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84387800.550.070.67307.8337.723.92
Hex54264E0377431342618
Octal1244611606771034644630
Binary101010010011010011100110111111100001110011010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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