#52254C

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

Shades of Loulou #52254C

Tints of Loulou #52254C

Color information

#52254C (or 0x52254C) is unknown color: approx Loulou. HEX triplet: 52, 25 and 4C. RGB value is (82,37,76). Sum of RGB (Red+Green+Blue) = 82+37+76=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #52254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52254C is #ADDAB3. Grayscale: #363636. Windows color (decimal): -11393716 or 4990290. OLE color: 4990290.

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

Color convert

RGB823776-
CMYK00.550.070.68
HSL308º37.82%23.33%-
HSV(B)308º54.88%32.16%-
XYZ5.453.647.25-
YUV54.9139.91147.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 76 (30.08% from 255) = 38.97%
R=42.05%
G=18.97%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82377600.550.070.6830837.8223.33
Hex52254C0377441342617
Octal1224511406771044644627
Binary101001010010110011000110111111100010010011010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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