#521C4A

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

Shades of Loulou #521C4A

Tints of Loulou #521C4A

Color information

#521C4A (or 0x521C4A) is unknown color: approx Loulou. HEX triplet: 52, 1C and 4A. RGB value is (82,28,74). Sum of RGB (Red+Green+Blue) = 82+28+74=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #521C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C4A is #ADE3B5. Grayscale: #313131. Windows color (decimal): -11396022 or 4856914. OLE color: 4856914.

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

Color convert

RGB822874-
CMYK00.660.100.68
HSL308.89º49.09%21.57%-
HSV(B)308.89º65.85%32.16%-
XYZ5.133.126.81-
YUV49.39141.89151.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.57%
GREEN value IS 28 (11.33% from 255) = 15.22%
BLUE value IS 74 (29.30% from 255) = 40.22%
R=44.57%
G=15.22%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82287400.660.100.68308.8949.0921.57
Hex521C4A042A441353116
Octal122341120102121044656126
Binary1010010111001001010010000101010100010010011010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,28,74); }

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

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

 a { background-color: rgb(82,28,74); }

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

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

 span { border-color: rgb(82,28,74); }

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