#553247

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

Shades of Loulou #553247

Tints of Loulou #553247

Color information

#553247 (or 0x553247) is unknown color: approx Loulou. HEX triplet: 55, 32 and 47. RGB value is (85,50,71). Sum of RGB (Red+Green+Blue) = 85+50+71=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #553247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553247 is #AACDB8. Grayscale: #3E3E3E. Windows color (decimal): -11193785 or 4665941. OLE color: 4665941.

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

Color convert

RGB855071-
CMYK00.410.160.67
HSL324º25.93%26.47%-
HSV(B)324º41.18%33.33%-
XYZ6.024.676.54-
YUV62.86132.6143.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 71 (28.12% from 255) = 34.47%
R=41.26%
G=24.27%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85507100.410.160.6732425.9326.47
Hex55324702910431441a1a
Octal12562107051201035043232
Binary1010101110010100011101010011000010000111010001001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553247; }

 p { color: rgb(85,50,71); }

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

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

 a { background-color: rgb(85,50,71); }

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

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

 span { border-color: rgb(85,50,71); }

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