#531A4B

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

Shades of Loulou #531A4B

Tints of Loulou #531A4B

Color information

#531A4B (or 0x531A4B) is unknown color: approx Loulou. HEX triplet: 53, 1A and 4B. RGB value is (83,26,75). Sum of RGB (Red+Green+Blue) = 83+26+75=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #531A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A4B is #ACE5B4. Grayscale: #303030. Windows color (decimal): -11330997 or 4921939. OLE color: 4921939.

HSL color Cylindrical-coordinate representation of color #531A4B: hue angle of 308.42º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A4B is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB832675-
CMYK00.690.100.67
HSL308.42º52.29%21.37%-
HSV(B)308.42º68.67%32.55%-
XYZ5.213.096.98-
YUV48.63142.88152.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 26 (10.55% from 255) = 14.13%
BLUE value IS 75 (29.69% from 255) = 40.76%
R=45.11%
G=14.13%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83267500.690.100.67308.4252.2921.37
Hex531A4B045A431343415
Octal123321130105121034646425
Binary1010011110101001011010001011010100001110011010011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,26,75); }

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

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

 a { background-color: rgb(83,26,75); }

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

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

 span { border-color: rgb(83,26,75); }

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