#55284A

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

Shades of Loulou #55284A

Tints of Loulou #55284A

Color information

#55284A (or 0x55284A) is unknown color: approx Loulou. HEX triplet: 55, 28 and 4A. RGB value is (85,40,74). Sum of RGB (Red+Green+Blue) = 85+40+74=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #55284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55284A is #AAD7B5. Grayscale: #393939. Windows color (decimal): -11196342 or 4859989. OLE color: 4859989.

HSL color Cylindrical-coordinate representation of color #55284A: hue angle of 314.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55284A is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB854074-
CMYK00.530.130.67
HSL314.67º36%24.51%-
HSV(B)314.67º52.94%33.33%-
XYZ5.743.946.94-
YUV57.33137.41147.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.71%
GREEN value IS 40 (16.02% from 255) = 20.10%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=42.71%
G=20.10%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85407400.530.130.67314.673624.51
Hex55284A035D4313b2419
Octal12550112065151034734431
Binary1010101101000100101001101011101100001110011101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55284A; }

 p { color: rgb(85,40,74); }

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

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

 a { background-color: rgb(85,40,74); }

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

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

 span { border-color: rgb(85,40,74); }

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