#531B45

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

Shades of Loulou #531B45

Tints of Loulou #531B45

Color information

#531B45 (or 0x531B45) is unknown color: approx Loulou. HEX triplet: 53, 1B and 45. RGB value is (83,27,69). Sum of RGB (Red+Green+Blue) = 83+27+69=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #531B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B45 is #ACE4BA. Grayscale: #303030. Windows color (decimal): -11330747 or 4528979. OLE color: 4528979.

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

Color convert

RGB832769-
CMYK00.670.170.67
HSL315º50.91%21.57%-
HSV(B)315º67.47%32.55%-
XYZ5.033.055.95-
YUV48.53139.55152.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 27 (10.94% from 255) = 15.08%
BLUE value IS 69 (27.34% from 255) = 38.55%
R=46.37%
G=15.08%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83276900.670.170.6731550.9121.57
Hex531B45043114313b3316
Octal123331050103211034736326
Binary10100111101110001010100001110001100001110011101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,27,69); }

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

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

 a { background-color: rgb(83,27,69); }

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

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

 span { border-color: rgb(83,27,69); }

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