#53194C

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

Shades of Loulou #53194C

Tints of Loulou #53194C

Color information

#53194C (or 0x53194C) is unknown color: approx Loulou. HEX triplet: 53, 19 and 4C. RGB value is (83,25,76). Sum of RGB (Red+Green+Blue) = 83+25+76=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #53194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53194C is #ACE6B3. Grayscale: #303030. Windows color (decimal): -11331252 or 4987219. OLE color: 4987219.

HSL color Cylindrical-coordinate representation of color #53194C: hue angle of 307.24º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53194C is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB832576-
CMYK00.700.080.67
HSL307.24º53.7%21.18%-
HSV(B)307.24º69.88%32.55%-
XYZ5.223.067.15-
YUV48.16143.72152.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 76 (30.08% from 255) = 41.30%
R=45.11%
G=13.59%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83257600.700.080.67307.2453.721.18
Hex53194C0468431333615
Octal123311140106101034636625
Binary1010011110011001100010001101000100001110011001111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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