#54264B

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

Shades of Loulou #54264B

Tints of Loulou #54264B

Color information

#54264B (or 0x54264B) is unknown color: approx Loulou. HEX triplet: 54, 26 and 4B. RGB value is (84,38,75). Sum of RGB (Red+Green+Blue) = 84+38+75=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #54264B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54264B is #ABD9B4. Grayscale: #373737. Windows color (decimal): -11262389 or 4925012. OLE color: 4925012.

HSL color Cylindrical-coordinate representation of color #54264B: hue angle of 311.74º 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 #54264B is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB843875-
CMYK00.550.110.67
HSL311.74º37.7%23.92%-
HSV(B)311.74º54.76%32.94%-
XYZ5.623.787.09-
YUV55.97138.74147.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 75 (29.69% from 255) = 38.07%
R=42.64%
G=19.29%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84387500.550.110.67311.7437.723.92
Hex54264B037B431382618
Octal12446113067131034704630
Binary1010100100110100101101101111011100001110011100010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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