#531948

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

Shades of Loulou #531948

Tints of Loulou #531948

Color information

#531948 (or 0x531948) is unknown color: approx Loulou. HEX triplet: 53, 19 and 48. RGB value is (83,25,72). Sum of RGB (Red+Green+Blue) = 83+25+72=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #531948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531948 is #ACE6B7. Grayscale: #2F2F2F. Windows color (decimal): -11331256 or 4725075. OLE color: 4725075.

HSL color Cylindrical-coordinate representation of color #531948: hue angle of 311.38º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531948 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB832572-
CMYK00.700.130.67
HSL311.38º53.7%21.18%-
HSV(B)311.38º69.88%32.55%-
XYZ5.0836.44-
YUV47.7141.72153.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 25 (10.16% from 255) = 13.89%
BLUE value IS 72 (28.52% from 255) = 40%
R=46.11%
G=13.89%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83257200.700.130.67311.3853.721.18
Hex531948046D431373615
Octal123311100106151034676625
Binary1010011110011001000010001101101100001110011011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531948; }

 p { color: rgb(83,25,72); }

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

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

 a { background-color: rgb(83,25,72); }

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

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

 span { border-color: rgb(83,25,72); }

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