#552643

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

Shades of Loulou #552643

Tints of Loulou #552643

Color information

#552643 (or 0x552643) is unknown color: approx Loulou. HEX triplet: 55, 26 and 43. RGB value is (85,38,67). Sum of RGB (Red+Green+Blue) = 85+38+67=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #552643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552643 is #AAD9BC. Grayscale: #373737. Windows color (decimal): -11196861 or 4400725. OLE color: 4400725.

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

Color convert

RGB853867-
CMYK00.550.210.67
HSL322.98º38.21%24.12%-
HSV(B)322.98º55.29%33.33%-
XYZ5.453.725.74-
YUV55.36134.57149.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 67 (26.56% from 255) = 35.26%
R=44.74%
G=20%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85386700.550.210.67322.9838.2124.12
Hex55264303715431432618
Octal12546103067251035034630
Binary10101011001101000011011011110101100001110100001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552643; }

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

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

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

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

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

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

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

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