#55184B

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

Shades of Loulou #55184B

Tints of Loulou #55184B

Color information

#55184B (or 0x55184B) is unknown color: approx Loulou. HEX triplet: 55, 18 and 4B. RGB value is (85,24,75). Sum of RGB (Red+Green+Blue) = 85+24+75=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55184B is #AAE7B4. Grayscale: #2F2F2F. Windows color (decimal): -11200437 or 4921429. OLE color: 4921429.

HSL color Cylindrical-coordinate representation of color #55184B: hue angle of 309.84º 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 #55184B is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB852475-
CMYK00.720.120.67
HSL309.84º55.96%21.37%-
HSV(B)309.84º71.76%33.33%-
XYZ5.343.096.97-
YUV48.05143.21154.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 24 (9.77% from 255) = 13.04%
BLUE value IS 75 (29.69% from 255) = 40.76%
R=46.20%
G=13.04%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85247500.720.120.67309.8455.9621.37
Hex55184B048C431363815
Octal125301130110141034667025
Binary1010101110001001011010010001100100001110011011011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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