#553849

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

Shades of Loulou #553849

Tints of Loulou #553849

Color information

#553849 (or 0x553849) is unknown color: approx Loulou. HEX triplet: 55, 38 and 49. RGB value is (85,56,73). Sum of RGB (Red+Green+Blue) = 85+56+73=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #553849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553849 is #AAC7B6. Grayscale: #424242. Windows color (decimal): -11192247 or 4798549. OLE color: 4798549.

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

Color convert

RGB855673-
CMYK00.340.140.67
HSL324.83º20.57%27.65%-
HSV(B)324.83º34.12%33.33%-
XYZ6.365.246.98-
YUV66.61131.61141.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 56 (22.27% from 255) = 26.17%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=39.72%
G=26.17%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85567300.340.140.67324.8320.5727.65
Hex553849022E43145151c
Octal12570111042161035052534
Binary101010111100010010010100010111010000111010001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553849; }

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

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

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

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

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

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

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

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