#53144C

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

Shades of Loulou #53144C

Tints of Loulou #53144C

Color information

#53144C (or 0x53144C) is unknown color: approx Loulou. HEX triplet: 53, 14 and 4C. RGB value is (83,20,76). Sum of RGB (Red+Green+Blue) = 83+20+76=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53144C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53144C is #ACEBB3. Grayscale: #2D2D2D. Windows color (decimal): -11332532 or 4985939. OLE color: 4985939.

HSL color Cylindrical-coordinate representation of color #53144C: hue angle of 306.67º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53144C is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB832076-
CMYK00.760.080.67
HSL306.67º61.17%20.2%-
HSV(B)306.67º75.9%32.55%-
XYZ5.122.867.12-
YUV45.22145.37154.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 20 (8.20% from 255) = 11.17%
BLUE value IS 76 (30.08% from 255) = 42.46%
R=46.37%
G=11.17%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83207600.760.080.67306.6761.1720.2
Hex53144C04C8431333d14
Octal123241140114101034637524
Binary1010011101001001100010011001000100001110011001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53144C; }

 p { color: rgb(83,20,76); }

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

<style>
 a { background-color: #53144C; }

 a { background-color: rgb(83,20,76); }

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

<style>
 span { border-color: #53144C; }

 span { border-color: rgb(83,20,76); }

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