#531F48

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

Shades of Loulou #531F48

Tints of Loulou #531F48

Color information

#531F48 (or 0x531F48) is unknown color: approx Loulou. HEX triplet: 53, 1F and 48. RGB value is (83,31,72). Sum of RGB (Red+Green+Blue) = 83+31+72=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #531F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F48 is #ACE0B7. Grayscale: #333333. Windows color (decimal): -11329720 or 4726611. OLE color: 4726611.

HSL color Cylindrical-coordinate representation of color #531F48: hue angle of 312.69º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F48 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB833172-
CMYK00.630.130.67
HSL312.69º45.61%22.35%-
HSV(B)312.69º62.65%32.55%-
XYZ5.233.296.49-
YUV51.22139.73150.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 31 (12.5% from 255) = 16.67%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=44.62%
G=16.67%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83317200.630.130.67312.6945.6122.35
Hex531F4803FD431392e16
Octal12337110077151034715626
Binary101001111111100100001111111101100001110011100110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531F48; }

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

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

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

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

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

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

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

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