#552448

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

Shades of Loulou #552448

Tints of Loulou #552448

Color information

#552448 (or 0x552448) is unknown color: approx Loulou. HEX triplet: 55, 24 and 48. RGB value is (85,36,72). Sum of RGB (Red+Green+Blue) = 85+36+72=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #552448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552448 is #AADBB7. Grayscale: #363636. Windows color (decimal): -11197368 or 4727893. OLE color: 4727893.

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

Color convert

RGB853672-
CMYK00.580.150.67
HSL315.92º40.5%23.73%-
HSV(B)315.92º57.65%33.33%-
XYZ5.553.666.55-
YUV54.76137.73149.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 36 (14.45% from 255) = 18.65%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=44.04%
G=18.65%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85367200.580.150.67315.9240.523.73
Hex55244803AF4313c2818
Octal12544110072171034745030
Binary1010101100100100100001110101111100001110011110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552448; }

 p { color: rgb(85,36,72); }

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

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

 a { background-color: rgb(85,36,72); }

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

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

 span { border-color: rgb(85,36,72); }

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