#55244F

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

Shades of Loulou #55244F

Tints of Loulou #55244F

Color information

#55244F (or 0x55244F) is unknown color: approx Loulou. HEX triplet: 55, 24 and 4F. RGB value is (85,36,79). Sum of RGB (Red+Green+Blue) = 85+36+79=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #55244F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55244F is #AADBB0. Grayscale: #373737. Windows color (decimal): -11197361 or 5186645. OLE color: 5186645.

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

Color convert

RGB853679-
CMYK00.580.070.67
HSL307.35º40.5%23.73%-
HSV(B)307.35º57.65%33.33%-
XYZ5.793.767.82-
YUV55.55141.23149-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 36 (14.45% from 255) = 18%
BLUE value IS 79 (31.25% from 255) = 39.5%
R=42.5%
G=18%
B=39.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85367900.580.070.67307.3540.523.73
Hex55244F03A7431332818
Octal1254411707271034635030
Binary101010110010010011110111010111100001110011001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55244F; }

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

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

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

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

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

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

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

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