#522B4E

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

Shades of Loulou #522B4E

Tints of Loulou #522B4E

Color information

#522B4E (or 0x522B4E) is unknown color: approx Loulou. HEX triplet: 52, 2B and 4E. RGB value is (82,43,78). Sum of RGB (Red+Green+Blue) = 82+43+78=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 82 - color contains mainly: red. Hex color #522B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522B4E is #ADD4B1. Grayscale: #3A3A3A. Windows color (decimal): -11392178 or 5122898. OLE color: 5122898.

HSL color Cylindrical-coordinate representation of color #522B4E: hue angle of 306.15º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #522B4E is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB824378-
CMYK00.480.050.68
HSL306.15º31.2%24.51%-
HSV(B)306.15º47.56%32.16%-
XYZ5.724.077.69-
YUV58.65138.92144.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 43 (17.19% from 255) = 21.18%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=40.39%
G=21.18%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82437800.480.050.68306.1531.224.51
Hex522B4E0305441321f19
Octal1225311606051044623731
Binary10100101010111001110011000010110001001001100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522B4E; }

 p { color: rgb(82,43,78); }

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

<style>
 a { background-color: #522B4E; }

 a { background-color: rgb(82,43,78); }

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

<style>
 span { border-color: #522B4E; }

 span { border-color: rgb(82,43,78); }

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