#553146

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

Shades of Loulou #553146

Tints of Loulou #553146

Color information

#553146 (or 0x553146) is unknown color: approx Loulou. HEX triplet: 55, 31 and 46. RGB value is (85,49,70). Sum of RGB (Red+Green+Blue) = 85+49+70=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #553146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553146 is #AACEB9. Grayscale: #3E3E3E. Windows color (decimal): -11194042 or 4600149. OLE color: 4600149.

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

Color convert

RGB854970-
CMYK00.420.180.67
HSL325º26.87%26.27%-
HSV(B)325º42.35%33.33%-
XYZ5.954.576.36-
YUV62.16132.43144.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 49 (19.53% from 255) = 24.02%
BLUE value IS 70 (27.73% from 255) = 34.31%
R=41.67%
G=24.02%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85497000.420.180.6732526.8726.27
Hex55314602A12431451b1a
Octal12561106052221035053332
Binary1010101110001100011001010101001010000111010001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553146; }

 p { color: rgb(85,49,70); }

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

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

 a { background-color: rgb(85,49,70); }

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

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

 span { border-color: rgb(85,49,70); }

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