#54184B

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

Shades of Loulou #54184B

Tints of Loulou #54184B

Color information

#54184B (or 0x54184B) is unknown color: approx Loulou. HEX triplet: 54, 18 and 4B. RGB value is (84,24,75). Sum of RGB (Red+Green+Blue) = 84+24+75=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #54184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54184B is #ABE7B4. Grayscale: #2F2F2F. Windows color (decimal): -11265973 or 4921428. OLE color: 4921428.

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

Color convert

RGB842475-
CMYK00.710.110.67
HSL309º55.56%21.18%-
HSV(B)309º71.43%32.94%-
XYZ5.253.056.97-
YUV47.75143.38153.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.90%
GREEN value IS 24 (9.77% from 255) = 13.11%
BLUE value IS 75 (29.69% from 255) = 40.98%
R=45.90%
G=13.11%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84247500.710.110.6730955.5621.18
Hex54184B047B431353815
Octal124301130107131034657025
Binary1010100110001001011010001111011100001110011010111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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