#521D43

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

Shades of Loulou #521D43

Tints of Loulou #521D43

Color information

#521D43 (or 0x521D43) is unknown color: approx Loulou. HEX triplet: 52, 1D and 43. RGB value is (82,29,67). Sum of RGB (Red+Green+Blue) = 82+29+67=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #521D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D43 is #ADE2BC. Grayscale: #313131. Windows color (decimal): -11395773 or 4398418. OLE color: 4398418.

HSL color Cylindrical-coordinate representation of color #521D43: hue angle of 316.98º 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 #521D43 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB822967-
CMYK00.650.180.68
HSL316.98º47.75%21.76%-
HSV(B)316.98º64.63%32.16%-
XYZ4.933.085.64-
YUV49.18138.06151.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.07%
GREEN value IS 29 (11.72% from 255) = 16.29%
BLUE value IS 67 (26.56% from 255) = 37.64%
R=46.07%
G=16.29%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82296700.650.180.68316.9847.7521.76
Hex521D43041124413d3016
Octal122351030101221044756026
Binary10100101110110000110100000110010100010010011110111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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