#55154A

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

Shades of Loulou #55154A

Tints of Loulou #55154A

Color information

#55154A (or 0x55154A) is unknown color: approx Loulou. HEX triplet: 55, 15 and 4A. RGB value is (85,21,74). Sum of RGB (Red+Green+Blue) = 85+21+74=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55154A is #AAEAB5. Grayscale: #2E2E2E. Windows color (decimal): -11201206 or 4855125. OLE color: 4855125.

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

Color convert

RGB852174-
CMYK00.750.130.67
HSL310.31º60.38%20.78%-
HSV(B)310.31º75.29%33.33%-
XYZ5.252.966.77-
YUV46.18143.7155.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 21 (8.59% from 255) = 11.67%
BLUE value IS 74 (29.30% from 255) = 41.11%
R=47.22%
G=11.67%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85217400.750.130.67310.3160.3820.78
Hex55154A04BD431363c15
Octal125251120113151034667425
Binary1010101101011001010010010111101100001110011011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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