#531347

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

Shades of Loulou #531347

Tints of Loulou #531347

Color information

#531347 (or 0x531347) is unknown color: approx Loulou. HEX triplet: 53, 13 and 47. RGB value is (83,19,71). Sum of RGB (Red+Green+Blue) = 83+19+71=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #531347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531347 is #ACECB8. Grayscale: #2B2B2B. Windows color (decimal): -11332793 or 4658003. OLE color: 4658003.

HSL color Cylindrical-coordinate representation of color #531347: hue angle of 311.25º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #531347 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB831971-
CMYK00.770.140.67
HSL311.25º62.75%20%-
HSV(B)311.25º77.11%32.55%-
XYZ4.942.766.23-
YUV44.06143.2155.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.98%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 71 (28.12% from 255) = 41.04%
R=47.98%
G=10.98%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83197100.770.140.67311.2562.7520
Hex53134704DE431373f14
Octal123231070115161034677724
Binary1010011100111000111010011011110100001110011011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531347; }

 p { color: rgb(83,19,71); }

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

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

 a { background-color: rgb(83,19,71); }

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

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

 span { border-color: rgb(83,19,71); }

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