#52164C

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

Shades of Loulou #52164C

Tints of Loulou #52164C

Color information

#52164C (or 0x52164C) is unknown color: approx Loulou. HEX triplet: 52, 16 and 4C. RGB value is (82,22,76). Sum of RGB (Red+Green+Blue) = 82+22+76=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #52164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52164C is #ADE9B3. Grayscale: #2D2D2D. Windows color (decimal): -11397556 or 4986450. OLE color: 4986450.

HSL color Cylindrical-coordinate representation of color #52164C: hue angle of 306º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52164C is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB822276-
CMYK00.730.070.68
HSL306º57.69%20.39%-
HSV(B)306º73.17%32.16%-
XYZ5.072.897.13-
YUV46.1144.88153.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.56%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 76 (30.08% from 255) = 42.22%
R=45.56%
G=12.22%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82227600.730.070.6830657.6920.39
Hex52164C0497441323a14
Octal12226114011171044627224
Binary101001010110100110001001001111100010010011001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,22,76); }

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

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

 a { background-color: rgb(82,22,76); }

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

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

 span { border-color: rgb(82,22,76); }

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