#52264B

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

Shades of Loulou #52264B

Tints of Loulou #52264B

Color information

#52264B (or 0x52264B) is unknown color: approx Loulou. HEX triplet: 52, 26 and 4B. RGB value is (82,38,75). Sum of RGB (Red+Green+Blue) = 82+38+75=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #52264B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52264B is #ADD9B4. Grayscale: #373737. Windows color (decimal): -11393461 or 4925010. OLE color: 4925010.

HSL color Cylindrical-coordinate representation of color #52264B: hue angle of 309.55º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52264B is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB823875-
CMYK00.540.090.68
HSL309.55º36.67%23.53%-
HSV(B)309.55º53.66%32.16%-
XYZ5.443.697.08-
YUV55.37139.08146.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 38 (15.23% from 255) = 19.49%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=42.05%
G=19.49%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82387500.540.090.68309.5536.6723.53
Hex52264B0369441362518
Octal12246113066111044664530
Binary1010010100110100101101101101001100010010011011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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