#52244D

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

Shades of Loulou #52244D

Tints of Loulou #52244D

Color information

#52244D (or 0x52244D) is unknown color: approx Loulou. HEX triplet: 52, 24 and 4D. RGB value is (82,36,77). Sum of RGB (Red+Green+Blue) = 82+36+77=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #52244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52244D is #ADDBB2. Grayscale: #363636. Windows color (decimal): -11393971 or 5055570. OLE color: 5055570.

HSL color Cylindrical-coordinate representation of color #52244D: hue angle of 306.52º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52244D is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB823677-
CMYK00.560.060.68
HSL306.52º38.98%23.14%-
HSV(B)306.52º56.1%32.16%-
XYZ5.453.597.43-
YUV54.43140.74147.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=42.05%
G=18.46%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82367700.560.060.68306.5238.9823.14
Hex52244D0386441332717
Octal1224411507061044634727
Binary101001010010010011010111000110100010010011001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52244D; }

 p { color: rgb(82,36,77); }

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

<style>
 a { background-color: #52244D; }

 a { background-color: rgb(82,36,77); }

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

<style>
 span { border-color: #52244D; }

 span { border-color: rgb(82,36,77); }

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