#552443

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

Shades of Loulou #552443

Tints of Loulou #552443

Color information

#552443 (or 0x552443) is unknown color: approx Loulou. HEX triplet: 55, 24 and 43. RGB value is (85,36,67). Sum of RGB (Red+Green+Blue) = 85+36+67=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #552443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552443 is #AADBBC. Grayscale: #363636. Windows color (decimal): -11197373 or 4400213. OLE color: 4400213.

HSL color Cylindrical-coordinate representation of color #552443: hue angle of 322.04º 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 #552443 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB853667-
CMYK00.580.210.67
HSL322.04º40.5%23.73%-
HSV(B)322.04º57.65%33.33%-
XYZ5.393.65.72-
YUV54.18135.23149.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 36 (14.45% from 255) = 19.15%
BLUE value IS 67 (26.56% from 255) = 35.64%
R=45.21%
G=19.15%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85366700.580.210.67322.0440.523.73
Hex55244303A15431422818
Octal12544103072251035025030
Binary10101011001001000011011101010101100001110100001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552443; }

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

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

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

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

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

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

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

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