#521946

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

Shades of Loulou #521946

Tints of Loulou #521946

Color information

#521946 (or 0x521946) is unknown color: approx Loulou. HEX triplet: 52, 19 and 46. RGB value is (82,25,70). Sum of RGB (Red+Green+Blue) = 82+25+70=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #521946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521946 is #ADE6B9. Grayscale: #2F2F2F. Windows color (decimal): -11396794 or 4594002. OLE color: 4594002.

HSL color Cylindrical-coordinate representation of color #521946: hue angle of 312.63º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521946 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB822570-
CMYK00.700.150.68
HSL312.63º53.27%20.98%-
HSV(B)312.63º69.51%32.16%-
XYZ4.932.936.1-
YUV47.17140.88152.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.33%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 70 (27.73% from 255) = 39.55%
R=46.33%
G=14.12%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82257000.700.150.68312.6353.2720.98
Hex521946046F441393515
Octal122311060106171044716525
Binary1010010110011000110010001101111100010010011100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521946; }

 p { color: rgb(82,25,70); }

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

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

 a { background-color: rgb(82,25,70); }

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

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

 span { border-color: rgb(82,25,70); }

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