#553749

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

Shades of Loulou #553749

Tints of Loulou #553749

Color information

#553749 (or 0x553749) is unknown color: approx Loulou. HEX triplet: 55, 37 and 49. RGB value is (85,55,73). Sum of RGB (Red+Green+Blue) = 85+55+73=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #553749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553749 is #AAC8B6. Grayscale: #414141. Windows color (decimal): -11192503 or 4798293. OLE color: 4798293.

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

Color convert

RGB855573-
CMYK00.350.140.67
HSL324º21.43%27.45%-
HSV(B)324º35.29%33.33%-
XYZ6.325.146.96-
YUV66.02131.94141.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 55 (21.88% from 255) = 25.82%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=39.91%
G=25.82%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85557300.350.140.6732421.4327.45
Hex553749023E43144151b
Octal12567111043161035042533
Binary101010111011110010010100011111010000111010001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553749; }

 p { color: rgb(85,55,73); }

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

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

 a { background-color: rgb(85,55,73); }

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

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

 span { border-color: rgb(85,55,73); }

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