#54124B

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

Shades of Loulou #54124B

Tints of Loulou #54124B

Color information

#54124B (or 0x54124B) is unknown color: approx Loulou. HEX triplet: 54, 12 and 4B. RGB value is (84,18,75). Sum of RGB (Red+Green+Blue) = 84+18+75=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #54124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54124B is #ABEDB4. Grayscale: #2C2C2C. Windows color (decimal): -11267509 or 4919892. OLE color: 4919892.

HSL color Cylindrical-coordinate representation of color #54124B: hue angle of 308.18º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54124B is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB841875-
CMYK00.790.110.67
HSL308.18º64.71%20%-
HSV(B)308.18º78.57%32.94%-
XYZ5.142.836.93-
YUV44.23145.37156.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.46%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 75 (29.69% from 255) = 42.37%
R=47.46%
G=10.17%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84187500.790.110.67308.1864.7120
Hex54124B04FB431344114
Octal1242211301171310346410124
Binary10101001001010010110100111110111000011100110100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54124B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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