#55184D

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

Shades of Loulou #55184D

Tints of Loulou #55184D

Color information

#55184D (or 0x55184D) is unknown color: approx Loulou. HEX triplet: 55, 18 and 4D. RGB value is (85,24,77). Sum of RGB (Red+Green+Blue) = 85+24+77=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #55184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55184D is #AAE7B2. Grayscale: #303030. Windows color (decimal): -11200435 or 5052501. OLE color: 5052501.

HSL color Cylindrical-coordinate representation of color #55184D: hue angle of 307.87º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55184D is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB852477-
CMYK00.720.090.67
HSL307.87º55.96%21.37%-
HSV(B)307.87º71.76%33.33%-
XYZ5.413.127.34-
YUV48.28144.21154.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 77 (30.47% from 255) = 41.40%
R=45.70%
G=12.90%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85247700.720.090.67307.8755.9621.37
Hex55184D0489431343815
Octal125301150110111034647025
Binary1010101110001001101010010001001100001110011010011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55184D; }

 p { color: rgb(85,24,77); }

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

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

 a { background-color: rgb(85,24,77); }

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

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

 span { border-color: rgb(85,24,77); }

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