#531C4E

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

Shades of Loulou #531C4E

Tints of Loulou #531C4E

Color information

#531C4E (or 0x531C4E) is unknown color: approx Loulou. HEX triplet: 53, 1C and 4E. RGB value is (83,28,78). Sum of RGB (Red+Green+Blue) = 83+28+78=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #531C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531C4E is #ACE3B1. Grayscale: #323232. Windows color (decimal): -11330482 or 5119059. OLE color: 5119059.

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

Color convert

RGB832878-
CMYK00.660.060.67
HSL305.45º49.55%21.76%-
HSV(B)305.45º66.27%32.55%-
XYZ5.363.227.55-
YUV50.14143.72151.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 28 (11.33% from 255) = 14.81%
BLUE value IS 78 (30.86% from 255) = 41.27%
R=43.92%
G=14.81%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83287800.660.060.67305.4549.5521.76
Hex531C4E0426431313216
Octal12334116010261034616226
Binary101001111100100111001000010110100001110011000111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,28,78); }

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

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

 a { background-color: rgb(83,28,78); }

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

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

 span { border-color: rgb(83,28,78); }

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