#53314E

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

Shades of Loulou #53314E

Tints of Loulou #53314E

Color information

#53314E (or 0x53314E) is unknown color: approx Loulou. HEX triplet: 53, 31 and 4E. RGB value is (83,49,78). Sum of RGB (Red+Green+Blue) = 83+49+78=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #53314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53314E is #ACCEB1. Grayscale: #3E3E3E. Windows color (decimal): -11325106 or 5124435. OLE color: 5124435.

HSL color Cylindrical-coordinate representation of color #53314E: hue angle of 308.82º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53314E is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB834978-
CMYK00.410.060.67
HSL308.82º25.76%25.88%-
HSV(B)308.82º40.96%32.55%-
XYZ6.044.597.77-
YUV62.47136.76142.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.52%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=39.52%
G=23.33%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83497800.410.060.67308.8225.7625.88
Hex53314E0296431351a1a
Octal1236111605161034653232
Binary10100111100011001110010100111010000111001101011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53314E; }

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

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

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

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

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

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

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

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