#52244B

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

Shades of Loulou #52244B

Tints of Loulou #52244B

Color information

#52244B (or 0x52244B) is unknown color: approx Loulou. HEX triplet: 52, 24 and 4B. RGB value is (82,36,75). Sum of RGB (Red+Green+Blue) = 82+36+75=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #52244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52244B is #ADDBB4. Grayscale: #363636. Windows color (decimal): -11393973 or 4924498. OLE color: 4924498.

HSL color Cylindrical-coordinate representation of color #52244B: hue angle of 309.13º 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 #52244B is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB823675-
CMYK00.560.090.68
HSL309.13º38.98%23.14%-
HSV(B)309.13º56.1%32.16%-
XYZ5.383.567.06-
YUV54.2139.74147.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.49%
GREEN value IS 36 (14.45% from 255) = 18.65%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=42.49%
G=18.65%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82367500.560.090.68309.1338.9823.14
Hex52244B0389441352717
Octal12244113070111044654727
Binary1010010100100100101101110001001100010010011010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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