#521F4B

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

Shades of Loulou #521F4B

Tints of Loulou #521F4B

Color information

#521F4B (or 0x521F4B) is unknown color: approx Loulou. HEX triplet: 52, 1F and 4B. RGB value is (82,31,75). Sum of RGB (Red+Green+Blue) = 82+31+75=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #521F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521F4B is #ADE0B4. Grayscale: #333333. Windows color (decimal): -11395253 or 4923218. OLE color: 4923218.

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

Color convert

RGB823175-
CMYK00.620.090.68
HSL308.24º45.13%22.16%-
HSV(B)308.24º62.2%32.16%-
XYZ5.243.287.01-
YUV51.26141.4149.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.62%
GREEN value IS 31 (12.5% from 255) = 16.49%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=43.62%
G=16.49%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82317500.620.090.68308.2445.1322.16
Hex521F4B03E9441342d16
Octal12237113076111044645526
Binary101001011111100101101111101001100010010011010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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