#552743

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

Shades of Loulou #552743

Tints of Loulou #552743

Color information

#552743 (or 0x552743) is unknown color: approx Loulou. HEX triplet: 55, 27 and 43. RGB value is (85,39,67). Sum of RGB (Red+Green+Blue) = 85+39+67=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #552743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552743 is #AAD8BC. Grayscale: #373737. Windows color (decimal): -11196605 or 4400981. OLE color: 4400981.

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

Color convert

RGB853967-
CMYK00.540.210.67
HSL323.48º37.1%24.31%-
HSV(B)323.48º54.12%33.33%-
XYZ5.483.795.75-
YUV55.95134.24148.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 67 (26.56% from 255) = 35.08%
R=44.50%
G=20.42%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85396700.540.210.67323.4837.124.31
Hex55274303615431432518
Octal12547103066251035034530
Binary10101011001111000011011011010101100001110100001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552743; }

 p { color: rgb(85,39,67); }

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

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

 a { background-color: rgb(85,39,67); }

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

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

 span { border-color: rgb(85,39,67); }

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