#521D4D

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

Shades of Loulou #521D4D

Tints of Loulou #521D4D

Color information

#521D4D (or 0x521D4D) is unknown color: approx Loulou. HEX triplet: 52, 1D and 4D. RGB value is (82,29,77). Sum of RGB (Red+Green+Blue) = 82+29+77=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #521D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521D4D is #ADE2B2. Grayscale: #323232. Windows color (decimal): -11395763 or 5053778. OLE color: 5053778.

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

Color convert

RGB822977-
CMYK00.650.060.68
HSL305.66º47.75%21.76%-
HSV(B)305.66º64.63%32.16%-
XYZ5.263.217.36-
YUV50.32143.06150.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.62%
GREEN value IS 29 (11.72% from 255) = 15.43%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=43.62%
G=15.43%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82297700.650.060.68305.6647.7521.76
Hex521D4D0416441323016
Octal12235115010161044626026
Binary101001011101100110101000001110100010010011001011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,29,77); }

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

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

 a { background-color: rgb(82,29,77); }

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

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

 span { border-color: rgb(82,29,77); }

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