#55154B

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

Shades of Loulou #55154B

Tints of Loulou #55154B

Color information

#55154B (or 0x55154B) is unknown color: approx Loulou. HEX triplet: 55, 15 and 4B. RGB value is (85,21,75). Sum of RGB (Red+Green+Blue) = 85+21+75=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55154B is #AAEAB4. Grayscale: #2E2E2E. Windows color (decimal): -11201205 or 4920661. OLE color: 4920661.

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

Color convert

RGB852175-
CMYK00.750.120.67
HSL309.38º60.38%20.78%-
HSV(B)309.38º75.29%33.33%-
XYZ5.282.986.95-
YUV46.29144.2155.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 75 (29.69% from 255) = 41.44%
R=46.96%
G=11.60%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85217500.750.120.67309.3860.3820.78
Hex55154B04BC431353c15
Octal125251130113141034657425
Binary1010101101011001011010010111100100001110011010111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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