#521748

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

Shades of Loulou #521748

Tints of Loulou #521748

Color information

#521748 (or 0x521748) is unknown color: approx Loulou. HEX triplet: 52, 17 and 48. RGB value is (82,23,72). Sum of RGB (Red+Green+Blue) = 82+23+72=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #521748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521748 is #ADE8B7. Grayscale: #2E2E2E. Windows color (decimal): -11397304 or 4724562. OLE color: 4724562.

HSL color Cylindrical-coordinate representation of color #521748: hue angle of 310.17º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521748 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB822372-
CMYK00.720.120.68
HSL310.17º56.19%20.59%-
HSV(B)310.17º71.95%32.16%-
XYZ4.962.876.42-
YUV46.23142.55153.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.33%
GREEN value IS 23 (9.38% from 255) = 12.99%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=46.33%
G=12.99%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82237200.720.120.68310.1756.1920.59
Hex521748048C441363815
Octal122271100110141044667025
Binary1010010101111001000010010001100100010010011011011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521748; }

 p { color: rgb(82,23,72); }

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

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

 a { background-color: rgb(82,23,72); }

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

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

 span { border-color: rgb(82,23,72); }

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