#54214B

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

Shades of Loulou #54214B

Tints of Loulou #54214B

Color information

#54214B (or 0x54214B) is unknown color: approx Loulou. HEX triplet: 54, 21 and 4B. RGB value is (84,33,75). Sum of RGB (Red+Green+Blue) = 84+33+75=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #54214B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54214B is #ABDEB4. Grayscale: #343434. Windows color (decimal): -11263669 or 4923732. OLE color: 4923732.

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

Color convert

RGB843375-
CMYK00.610.110.67
HSL310.59º43.59%22.94%-
HSV(B)310.59º60.71%32.94%-
XYZ5.473.487.04-
YUV53.04140.4150.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.75%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=43.75%
G=17.19%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84337500.610.110.67310.5943.5922.94
Hex54214B03DB431372c17
Octal12441113075131034675427
Binary1010100100001100101101111011011100001110011011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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