#55134B

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

Shades of Loulou #55134B

Tints of Loulou #55134B

Color information

#55134B (or 0x55134B) is unknown color: approx Loulou. HEX triplet: 55, 13 and 4B. RGB value is (85,19,75). Sum of RGB (Red+Green+Blue) = 85+19+75=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #55134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55134B is #AAECB4. Grayscale: #2C2C2C. Windows color (decimal): -11201717 or 4920149. OLE color: 4920149.

HSL color Cylindrical-coordinate representation of color #55134B: hue angle of 309.09º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55134B is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB851975-
CMYK00.780.120.67
HSL309.09º63.46%20.39%-
HSV(B)309.09º77.65%33.33%-
XYZ5.252.916.94-
YUV45.12144.87156.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 19 (7.81% from 255) = 10.61%
BLUE value IS 75 (29.69% from 255) = 41.90%
R=47.49%
G=10.61%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85197500.780.120.67309.0963.4620.39
Hex55134B04EC431353f14
Octal125231130116141034657724
Binary1010101100111001011010011101100100001110011010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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