#531748

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

Shades of Loulou #531748

Tints of Loulou #531748

Color information

#531748 (or 0x531748) is unknown color: approx Loulou. HEX triplet: 53, 17 and 48. RGB value is (83,23,72). Sum of RGB (Red+Green+Blue) = 83+23+72=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #531748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531748 is #ACE8B7. Grayscale: #2E2E2E. Windows color (decimal): -11331768 or 4724563. OLE color: 4724563.

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

Color convert

RGB832372-
CMYK00.720.130.67
HSL311º56.6%20.78%-
HSV(B)311º72.29%32.55%-
XYZ5.042.926.43-
YUV46.53142.38154.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 23 (9.38% from 255) = 12.92%
BLUE value IS 72 (28.52% from 255) = 40.45%
R=46.63%
G=12.92%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83237200.720.130.6731156.620.78
Hex531748048D431373915
Octal123271100110151034677125
Binary1010011101111001000010010001101100001110011011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531748; }

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

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

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

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

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

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

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

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