#531546

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

Shades of Loulou #531546

Tints of Loulou #531546

Color information

#531546 (or 0x531546) is unknown color: approx Loulou. HEX triplet: 53, 15 and 46. RGB value is (83,21,70). Sum of RGB (Red+Green+Blue) = 83+21+70=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #531546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531546 is #ACEAB9. Grayscale: #2C2C2C. Windows color (decimal): -11332282 or 4592979. OLE color: 4592979.

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

Color convert

RGB832170-
CMYK00.750.160.67
HSL312.58º59.62%20.39%-
HSV(B)312.58º74.7%32.55%-
XYZ4.942.826.08-
YUV45.12142.04155.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 70 (27.73% from 255) = 40.23%
R=47.70%
G=12.07%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83217000.750.160.67312.5859.6220.39
Hex53154604B10431393c14
Octal123251060113201034717424
Binary10100111010110001100100101110000100001110011100111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531546; }

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

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

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

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

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

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

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

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