#55254A

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

Shades of Loulou #55254A

Tints of Loulou #55254A

Color information

#55254A (or 0x55254A) is unknown color: approx Loulou. HEX triplet: 55, 25 and 4A. RGB value is (85,37,74). Sum of RGB (Red+Green+Blue) = 85+37+74=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55254A is #AADAB5. Grayscale: #373737. Windows color (decimal): -11197110 or 4859221. OLE color: 4859221.

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

Color convert

RGB853774-
CMYK00.560.130.67
HSL313.75º39.34%23.92%-
HSV(B)313.75º56.47%33.33%-
XYZ5.643.756.9-
YUV55.57138.4148.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 37 (14.84% from 255) = 18.88%
BLUE value IS 74 (29.30% from 255) = 37.76%
R=43.37%
G=18.88%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85377400.560.130.67313.7539.3423.92
Hex55254A038D4313a2718
Octal12545112070151034724730
Binary1010101100101100101001110001101100001110011101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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