#531746

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

Shades of Loulou #531746

Tints of Loulou #531746

Color information

#531746 (or 0x531746) is unknown color: approx Loulou. HEX triplet: 53, 17 and 46. RGB value is (83,23,70). Sum of RGB (Red+Green+Blue) = 83+23+70=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #531746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531746 is #ACE8B9. Grayscale: #2E2E2E. Windows color (decimal): -11331770 or 4593491. OLE color: 4593491.

HSL color Cylindrical-coordinate representation of color #531746: hue angle of 313º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531746 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB832370-
CMYK00.720.160.67
HSL313º56.6%20.78%-
HSV(B)313º72.29%32.55%-
XYZ4.982.896.09-
YUV46.3141.38154.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 23 (9.38% from 255) = 13.07%
BLUE value IS 70 (27.73% from 255) = 39.77%
R=47.16%
G=13.07%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83237000.720.160.6731356.620.78
Hex53174604810431393915
Octal123271060110201034717125
Binary10100111011110001100100100010000100001110011100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531746; }

 p { color: rgb(83,23,70); }

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

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

 a { background-color: rgb(83,23,70); }

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

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

 span { border-color: rgb(83,23,70); }

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