#543248

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

Shades of Loulou #543248

Tints of Loulou #543248

Color information

#543248 (or 0x543248) is unknown color: approx Loulou. HEX triplet: 54, 32 and 48. RGB value is (84,50,72). Sum of RGB (Red+Green+Blue) = 84+50+72=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 84 - color contains mainly: red. Hex color #543248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543248 is #ABCDB7. Grayscale: #3E3E3E. Windows color (decimal): -11259320 or 4731476. OLE color: 4731476.

HSL color Cylindrical-coordinate representation of color #543248: hue angle of 321.18º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #543248 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB845072-
CMYK00.400.140.67
HSL321.18º25.37%26.27%-
HSV(B)321.18º40.48%32.94%-
XYZ5.974.636.71-
YUV62.67133.26143.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.78%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=40.78%
G=24.27%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84507200.400.140.67321.1825.3726.27
Hex543248028E43141191a
Octal12462110050161035013132
Binary101010011001010010000101000111010000111010000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543248; }

 p { color: rgb(84,50,72); }

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

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

 a { background-color: rgb(84,50,72); }

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

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

 span { border-color: rgb(84,50,72); }

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