#521246

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

Shades of Loulou #521246

Tints of Loulou #521246

Color information

#521246 (or 0x521246) is unknown color: approx Loulou. HEX triplet: 52, 12 and 46. RGB value is (82,18,70). Sum of RGB (Red+Green+Blue) = 82+18+70=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #521246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521246 is #ADEDB9. Grayscale: #2A2A2A. Windows color (decimal): -11398586 or 4592210. OLE color: 4592210.

HSL color Cylindrical-coordinate representation of color #521246: hue angle of 311.25º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521246 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB821870-
CMYK00.780.150.68
HSL311.25º64%19.61%-
HSV(B)311.25º78.05%32.16%-
XYZ4.82.676.06-
YUV43.06143.2155.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.24%
GREEN value IS 18 (7.42% from 255) = 10.59%
BLUE value IS 70 (27.73% from 255) = 41.18%
R=48.24%
G=10.59%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82187000.780.150.68311.256419.61
Hex52124604EF441374014
Octal1222210601161710446710024
Binary10100101001010001100100111011111000100100110111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521246; }

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

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

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

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

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

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

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

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