#522F4B

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

Shades of Loulou #522F4B

Tints of Loulou #522F4B

Color information

#522F4B (or 0x522F4B) is unknown color: approx Loulou. HEX triplet: 52, 2F and 4B. RGB value is (82,47,75). Sum of RGB (Red+Green+Blue) = 82+47+75=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 82 - color contains mainly: red. Hex color #522F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F4B is #ADD0B4. Grayscale: #3C3C3C. Windows color (decimal): -11391157 or 4927314. OLE color: 4927314.

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

Color convert

RGB824775-
CMYK00.430.090.68
HSL312º27.13%25.29%-
HSV(B)312º42.68%32.16%-
XYZ5.774.337.19-
YUV60.66136.1143.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.20%
GREEN value IS 47 (18.75% from 255) = 23.04%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=40.20%
G=23.04%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82477500.430.090.6831227.1325.29
Hex522F4B02B9441381b19
Octal12257113053111044703331
Binary101001010111110010110101011100110001001001110001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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