#531544

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

Shades of Loulou #531544

Tints of Loulou #531544

Color information

#531544 (or 0x531544) is unknown color: approx Loulou. HEX triplet: 53, 15 and 44. RGB value is (83,21,68). Sum of RGB (Red+Green+Blue) = 83+21+68=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #531544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531544 is #ACEABB. Grayscale: #2C2C2C. Windows color (decimal): -11332284 or 4461907. OLE color: 4461907.

HSL color Cylindrical-coordinate representation of color #531544: hue angle of 314.52º 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 #531544 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB832168-
CMYK00.750.180.67
HSL314.52º59.62%20.39%-
HSV(B)314.52º74.7%32.55%-
XYZ4.882.795.75-
YUV44.9141.04155.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.26%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 68 (26.95% from 255) = 39.53%
R=48.26%
G=12.21%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83216800.750.180.67314.5259.6220.39
Hex53154404B124313b3c14
Octal123251040113221034737424
Binary10100111010110001000100101110010100001110011101111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531544; }

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

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

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

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

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

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

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

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