#531447

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

Shades of Loulou #531447

Tints of Loulou #531447

Color information

#531447 (or 0x531447) is unknown color: approx Loulou. HEX triplet: 53, 14 and 47. RGB value is (83,20,71). Sum of RGB (Red+Green+Blue) = 83+20+71=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #531447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531447 is #ACEBB8. Grayscale: #2C2C2C. Windows color (decimal): -11332537 or 4658259. OLE color: 4658259.

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

Color convert

RGB832071-
CMYK00.760.140.67
HSL311.43º61.17%20.2%-
HSV(B)311.43º75.9%32.55%-
XYZ4.952.796.24-
YUV44.65142.87155.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 71 (28.12% from 255) = 40.80%
R=47.70%
G=11.49%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83207100.760.140.67311.4361.1720.2
Hex53144704CE431373d14
Octal123241070114161034677524
Binary1010011101001000111010011001110100001110011011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531447; }

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

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

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

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

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

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

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

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