#531849

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

Shades of Loulou #531849

Tints of Loulou #531849

Color information

#531849 (or 0x531849) is unknown color: approx Loulou. HEX triplet: 53, 18 and 49. RGB value is (83,24,73). Sum of RGB (Red+Green+Blue) = 83+24+73=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #531849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531849 is #ACE7B6. Grayscale: #2F2F2F. Windows color (decimal): -11331511 or 4790355. OLE color: 4790355.

HSL color Cylindrical-coordinate representation of color #531849: hue angle of 310.17º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #531849 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB832473-
CMYK00.710.120.67
HSL310.17º55.14%20.98%-
HSV(B)310.17º71.08%32.55%-
XYZ5.12.976.61-
YUV47.23142.55153.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 24 (9.77% from 255) = 13.33%
BLUE value IS 73 (28.91% from 255) = 40.56%
R=46.11%
G=13.33%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83247300.710.120.67310.1755.1420.98
Hex531849047C431363715
Octal123301110107141034666725
Binary1010011110001001001010001111100100001110011011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531849; }

 p { color: rgb(83,24,73); }

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

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

 a { background-color: rgb(83,24,73); }

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

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

 span { border-color: rgb(83,24,73); }

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