#52294B

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

Shades of Loulou #52294B

Tints of Loulou #52294B

Color information

#52294B (or 0x52294B) is unknown color: approx Loulou. HEX triplet: 52, 29 and 4B. RGB value is (82,41,75). Sum of RGB (Red+Green+Blue) = 82+41+75=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #52294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52294B is #ADD6B4. Grayscale: #393939. Windows color (decimal): -11392693 or 4925778. OLE color: 4925778.

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

Color convert

RGB824175-
CMYK00.500.090.68
HSL310.24º33.33%24.12%-
HSV(B)310.24º50%32.16%-
XYZ5.543.897.11-
YUV57.14138.08145.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.41%
GREEN value IS 41 (16.41% from 255) = 20.71%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=41.41%
G=20.71%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82417500.500.090.68310.2433.3324.12
Hex52294B0329441362118
Octal12251113062111044664130
Binary1010010101001100101101100101001100010010011011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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