#55144B

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

Shades of Loulou #55144B

Tints of Loulou #55144B

Color information

#55144B (or 0x55144B) is unknown color: approx Loulou. HEX triplet: 55, 14 and 4B. RGB value is (85,20,75). Sum of RGB (Red+Green+Blue) = 85+20+75=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55144B is #AAEBB4. Grayscale: #2D2D2D. Windows color (decimal): -11201461 or 4920405. OLE color: 4920405.

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

Color convert

RGB852075-
CMYK00.760.120.67
HSL309.23º61.9%20.59%-
HSV(B)309.23º76.47%33.33%-
XYZ5.272.946.95-
YUV45.7144.53156.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 20 (8.20% from 255) = 11.11%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=47.22%
G=11.11%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85207500.760.120.67309.2361.920.59
Hex55144B04CC431353e15
Octal125241130114141034657625
Binary1010101101001001011010011001100100001110011010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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