#52264D

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

Shades of Loulou #52264D

Tints of Loulou #52264D

Color information

#52264D (or 0x52264D) is unknown color: approx Loulou. HEX triplet: 52, 26 and 4D. RGB value is (82,38,77). Sum of RGB (Red+Green+Blue) = 82+38+77=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #52264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52264D is #ADD9B2. Grayscale: #373737. Windows color (decimal): -11393459 or 5056082. OLE color: 5056082.

HSL color Cylindrical-coordinate representation of color #52264D: hue angle of 306.82º 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 #52264D is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB823877-
CMYK00.540.060.68
HSL306.82º36.67%23.53%-
HSV(B)306.82º53.66%32.16%-
XYZ5.513.727.45-
YUV55.6140.08146.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=41.62%
G=19.29%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82387700.540.060.68306.8236.6723.53
Hex52264D0366441332518
Octal1224611506661044634530
Binary101001010011010011010110110110100010010011001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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