#52294C

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

Shades of Loulou #52294C

Tints of Loulou #52294C

Color information

#52294C (or 0x52294C) is unknown color: approx Loulou. HEX triplet: 52, 29 and 4C. RGB value is (82,41,76). Sum of RGB (Red+Green+Blue) = 82+41+76=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #52294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52294C is #ADD6B3. Grayscale: #393939. Windows color (decimal): -11392692 or 4991314. OLE color: 4991314.

HSL color Cylindrical-coordinate representation of color #52294C: hue angle of 308.78º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52294C is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB824176-
CMYK00.500.070.68
HSL308.78º33.33%24.12%-
HSV(B)308.78º50%32.16%-
XYZ5.583.97.3-
YUV57.25138.58145.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 41 (16.41% from 255) = 20.60%
BLUE value IS 76 (30.08% from 255) = 38.19%
R=41.21%
G=20.60%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82417600.500.070.68308.7833.3324.12
Hex52294C0327441352118
Octal1225111406271044654130
Binary101001010100110011000110010111100010010011010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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